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

Hi, first of all, thanks a lot for your great work - we've been using the PHP CRUD API happily for quite a while now! We've just now run into...

help wanted

I think there is some problems when you need to share API documentation using auth. I'm using ``` $config = new Config([ 'username' => 'aaa', 'password' => 'bbb', 'database' =>...

enhancement

When inserting into a SQL Server table that has a defined trigger, the following error is produced: `{"code":9999,"message":"SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]The target table 'TableName' of the...

help wanted

The search filter with an underscore (_) in the field name is failing, is this normal, or does it require any formatting? Example endpoint: "`/records/logs?page=1,20&order=id,desc&filter=msg,cs,account_id`" There, I am searching in...

bug

Hi! I am using the api to get logging data from a MySQL database. The idea is that the user wants to look at the data "of the last hour"...

help wanted

I am facing the below error despite trying multiple versions of PHP (7.2, 7.3, 8.1) and ensuring the required Sqlite versions(PDO Driver 3.7.17), on shared cPanel servers. ``` { "code":...

help wanted

to hide api.php from url on nginx, replace this "try_files $uri $uri/ =404;" by "try_files $uri $uri/ /api.php?$args;" on the ReadMe

Hi @mevdschee, first of all I would like to thank you for this fantastic project: you had a beautiful idea and it helped me create very interesting works, and for...

enhancement

Hello again @mevdschee, Thank you again for developing this amazing API and dedicating your efforts to it. Right now we have four machines (portable water purification) running. For all kinds...

help wanted