php-crud-api icon indicating copy to clipboard operation
php-crud-api copied to clipboard

Single file PHP script that adds a REST API to a SQL database

Results 121 php-crud-api issues
Sort by recently updated
recently updated
newest added

Hi @mevdschee ! In a many-to-many scenario, how can I sort on a related field?

enhancement

Hi Maurits, We have a database (MSSQL) that has several different schema's. Is there a way to use your api.php on this database? For what I see now is that...

enhancement

Hi, Would it be useful to add a configurable flag that can expose list of tables and fields available (eg: like a /schema endpoint)? I understand this would be a...

help wanted

Hi, Sorry if I am repeating this request. (I tried searching and can't find it). The documented way to make configuration is to modify at the end of the single...

help wanted

I would like to see an examples/client/dbAuth folder added that contains a working version for using dbAuth rather than have to dig around the issues comments to try to get...

enhancement

Added procedure to process additional data sent during registration. Other changes: - Minor edit to readme to improve readability of the Firebase setup procedure. - Additional properties for dbAuth for...

enhancement

actually the subject is already the matter.. In particular: I would like to use both social login (like google or facebook or whatever) with my own jwt auth mode. I...

help wanted

#### I propose the following change: Prevent empty or only whitespace username on dbauth register endpoint. What's your thoughts about this?

enhancement

Hello, everyone, I would like to provide my API with an AuthToken. This also worked by adding it to the settings. Unfortunately, the whole thing doesn't work with Cors. Because...

help wanted