Download the PHP package conectra/active-rest without Composer
On this page you can find all versions of the php package conectra/active-rest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download conectra/active-rest
More information about conectra/active-rest
Files in conectra/active-rest
Download conectra/active-rest
More information about conectra/active-rest
Files in conectra/active-rest
Vendor conectra
Package active-rest
Short Description This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.
License MIT
Package active-rest
Short Description This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.
License MIT
Please rate this library. Is it a good library?
Informations about the package active-rest
ACTIVE-REST
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.
ORM OPERATIONS
- Find: Implement the
select
operation; - FindOne: Implement the
search
operation; - Post: Implement the
create
operation; - Patch: Implement the
update by replace
operation; - Put: Implement the
update by increment
operation; - Replicate: Implement the
replicate
operation.
The behavior is clone and update incremental keys; - Del: Implement the
delete
operation; - Disable: Implement the
disable
operation.; The behavior is disable the register by status change; - Last: Implement the
last
operation; The behavior is find the last register at repository.;
All versions of active-rest with dependencies
PHP Build Version
Package Version
Requires
solis/phpbreaker Version
^1.0
The package conectra/active-rest contains the following files
Loading the files please wait ....