Download the PHP package smartdevkz/simpleapi without Composer
On this page you can find all versions of the php package smartdevkz/simpleapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smartdevkz/simpleapi
More information about smartdevkz/simpleapi
Files in smartdevkz/simpleapi
Download smartdevkz/simpleapi
More information about smartdevkz/simpleapi
Files in smartdevkz/simpleapi
Vendor smartdevkz
Package simpleapi
Short Description Yet another faster way to generate CRUD api
License MIT
Homepage https://www.smartdev.kz
Package simpleapi
Short Description Yet another faster way to generate CRUD api
License MIT
Homepage https://www.smartdev.kz
Please rate this library. Is it a good library?
Informations about the package simpleapi
Examples:
Generating a controller from db table: php cli make:controller UserController --table-name=users
Using get params: /api/?subjectId=15
$app->get('/', function ($params, $obj) { return getAll("select * from topics where subject_id=:subjectId",$params); });
All versions of simpleapi with dependencies
PHP Build Version
Package Version
No informations.
The package smartdevkz/simpleapi contains the following files
Loading the files please wait ....