php-crud-api
php-crud-api copied to clipboard
Single file PHP script that adds a REST API to a SQL database
As of first congrats for this package - I'm using it quite often & it's a great help. I'd like to ask a feature request - add support for MSSQL...
Hi there, Firstly thanks for this great software (especially Slim integration was something I've been waiting for). When trying to exclude primary keys from joined tables via the url eg...
Just started using this library and already love it too much. ❤️ As title states. This follows the more common approaches and makes a little bit more sense. A minor...
Hi first of all great work on this project ! I was impressed with how it just works like magic ;) I was wondering if implementing another datastore like elasticsearch...
Hi, First of all, thanks for this awesome project. I'm using this nice and simple PHP CRUD for the back-end of an Angular Web App, together with a MYSQL database....
Is it possible to order a List by an includet Column? for example: api.php/tbl_contacts?columns=contact_id,Name,EMail,tbl_contacttype.Description&include=tbl_contacttype&order=tbl_contacttype.Description&page=1,30
I searched the [issues](https://github.com/mevdschee/php-crud-api/issues?page=1&q=is%3Aissue+not+null&utf8=%E2%9C%93) and checked the README and have not yet found any mention of this. Is it expected to be the case that columns with a NOT NULL...
Hello, I used your script to form an API for Microsoft SQL Server. The problem occured when DELETE request on an entity constantly returned null. I debugged and concluded that...
Hello I want to know can we connect MongoDb and make operation as like MySql etc... Regards, Jaymin
If the matching column is found on a relationship table instead of the primary table, how could I limit records that are shown on the primary?