php-crud-api
php-crud-api copied to clipboard
Single file PHP script that adds a REST API to a SQL database
Hi, Can I use rate limit with php-crud-api? And how can I create this rate limit.
Hi, I used COMPRESS function of MySQL to store compressed strings in mysql db. Is it possible to post a string with "POST /records/posts" command and store some field compressed...
Hi Maurits, First of all, i would like to thank you for your work and for this great lib. I have a user table, and it contains many coloumns, including...
It would be great if the (kind of standardized) ``X-Total-Count`` response header could be added to API responses. This would make integration with for example react-admin easy.
To support PK and FK in MyISAM and views the key "detection" could fall back to "by convention", which requires you to name the PK "id" and the FK as...
Hi, First of all, this API is amazing! One single file and so much power :) I would like to send compressed gzip content through POST and PUT requests (I...
Hello Maurits, This is more of a request than it is an actual issue, but I think the value in this request is really high (for newcomers, especially - but...
Hey, I like this project. I only had one thought: Nobody really uses XML anymore. Did you consider making a middleware to support YAML?
These drivers are supported via PDO. To support Spatialite and other features not properly supported by PDO this issue is opened.