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

This is a suggestion rather than a bug or problem. The readme should point out that the order in which middleware is defined also controls the order in which it...

enhancement

[this](https://lefred.be/content/mysql-uuids/) article seems to give a valid and performant option to use uuids as primary keys. So I would let mysql generate uuids on post, then convert bin2uuid/uuid2bin respectively in...

enhancement

to store and delete files I wrote a simple php file that reads the folder where to store the file and the file/files, giving back the name of the saved...

enhancement

what about putting up something like [this](https://supertokens.com/blog/revoking-access-with-a-jwt-blacklist)?

enhancement

Hi, I'm not really a PHP guru. I would like to check if a field called "oid" is currently null while updating. If the actual value in the DB is...

enhancement

Hi. I read that at the moment views aren't updatable (insert, update, delete) as also reported in the #823 question [here](https://github.com/mevdschee/php-crud-api/issues/823#issuecomment-968661002). Obviously when I try to update a view the...

enhancement

Hi everybody. I made a custom controller to handle file uploads and I'd like to add the capability to return the file via API made using this repository. In the...

help wanted

I was just trying to use Universally Unique Lexicographically Sortable Identifier [ULID](https://github.com/robinvdvleuten/php-ulid) with this library and was able to insert the ULID via the multitenancy middleware as follows: ``` 'multiTenancy.handler'...

help wanted

hello @mevdschee I discovered 3 hours ago this repo and it's already close to be in prod ! spend days to try to do the same with adminjs php-crud-api is...

help wanted

Is there a way to access the session variables of php-crud-api which is installed on https://domain.com/folder/ from Codeigniter app on https://domain.com I tried setting their session name similar but It...

help wanted