php-crud-api
php-crud-api copied to clipboard
Single file PHP script that adds a REST API to a SQL database
Hi @mevdschee ! In a many-to-many scenario, how can I sort on a related field?
To avoid last write wins behaviour.
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...
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...
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...
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...
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...
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...
#### I propose the following change: Prevent empty or only whitespace username on dbauth register endpoint. What's your thoughts about this?
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...