Download the PHP package eureka/component-crud without Composer
On this page you can find all versions of the php package eureka/component-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package component-crud
component-crud
Component crud to help to build a crud service
Interfaces
Interface HandleReadInterface
Interface for CRUD service to implement handle "Read" action.
Interface HandleCreateInterface
Interface for CRUD service to implement handle "Create" action.
Interface HandleUpdateInterface
Interface for CRUD service to implement handle "Update" action.
Interface HandleDeleteInterface
Interface for CRUD service to implement handle "Delete" action.
Interface CrudInterface
Meta interface for a full CRUD service.
Result object
The previous methods implementation MUST return an instance of ResultInterface. A basic Result class is provided in this component.
All versions of component-crud with dependencies
PHP Build Version
Package Version
Requires
psr/http-message Version
^1.0
The package eureka/component-crud contains the following files
Loading the files please wait ...