php-crud-api
php-crud-api copied to clipboard
Single file PHP script that adds a REST API to a SQL database
Does this api support sending get/post request by calling MySQL functions and retrieving data based on the code defined in the function in form of json?. The reason i am...
Please also provide the automatic rest api installation support for latest version of codeigniter that is version 4 which supports name spaces.
This project from the onset seems very apt/intelligent. Are there any community space for users of this system to communicate and compare notes etc? I'd like to learn more and...
It's interesting in some case when we want to check before creation for already existing record but with a close spelling.
Hi Maurits, Once again, great job on a welcomed feature (/register endpoint and dbAuth.registerUser middleware config)! Do you think if it would be feasible to add a config (or use...
CustomControllers are a great feature of the PHP-CRUD-API, they are just missing some documentation. Here's my suggestion: https://gist.github.com/akuehnis/d1c305959040d900b059933b73ee0e76
I need translate custom text to spanish. how can i do it? example: Duplicate key exception => Llave Duplicada i read about validation config, but not are enoght info. thks.
Hi Maurits, today something maybe not immediately important, but just wanted to bring it up anyway to see what you think about it. The warning from Firefox is: `Some cookies...
Thank you for your hard work!! I just have a request. Is it possible to create a database from this script? Like POST /"DATABASE NAME" ? & then create a...
Work in progress on this issue: https://github.com/mevdschee/php-crud-api/issues/422 Is this the direction you're looking for? While setting this up I had some questions/concerns: - On which routes do we want to...