php-crud-api
php-crud-api copied to clipboard
Single file PHP script that adds a REST API to a SQL database
I would like to find the equivalent of client_bash_auth.sh but for Python. I really would appreciate any help you can provide. TIA
I have a postgres db with a column consisting of an array of integers. When I query them using the api it returns a literal of the array `"testIntArray": "{1,2,3,4,5}"`...
As you support fetching related table fields, would it be possible to saving related fields? TIA
Hi I have noticed that http://localhost/api.php/categories?columns=name,surname http://localhost/api.php/categories?columns=surname,name gives the same result (the schema order is chosen) Is this a bug? Thanks for you work
It would be nice, if there is a feature to count or sum up all entries in a table, something like that: `/api?Aromen&aggregate=count&filter=USER_ID,eq,1` If I want to sum up a...
I'd like to be able to limit my relationship results. Could this be added? Example `relationLmitit[]=dogs,6` dogs table would only return 6 results in an `include=dogs` is provided.
I’m on a non-optimal environment where tables accesed by php-crud-api share a database with other tables used by other applications. If it will be a 'table_prefix' settings it allows me...
Would it be hard, or basically possible with the current structure of the library to make it work with JSON files instead of a Database. So it would be able...
Hi I have the folowing database :  and I am trying to get the sections with their corresponding department and directorate, the output is the following ``` { "sections":...