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

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

enhancement

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}"`...

enhancement

As you support fetching related table fields, would it be possible to saving related fields? TIA

enhancement

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

enhancement

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...

enhancement

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.

enhancement

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...

enhancement

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...

enhancement

Is there a way to select values by distinct columns?

enhancement

Hi I have the folowing database : ![sections](https://cloud.githubusercontent.com/assets/20416286/16800290/33f708c6-48fd-11e6-86af-c62e87325019.png) and I am trying to get the sections with their corresponding department and directorate, the output is the following ``` { "sections":...

enhancement