experteam/api-crud-bundle

CRUD functionality bundle for APIs.

Installs: 6 380

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

2.4.0 2024-03-22 00:14 UTC

README

CRUD Services for APIs in Symfony 5.1+
It includes:

  • Base controller: Base controller for CRUD operations (create, read, update and delete / inactive).
  • Base type: Base type for validations.
  • Paginator: Service to return paginated lists.
  • Violation Util: Validate data types and validation rules.

Install

Run de following composer command:

composer require experteam/api-base-bundle

Update

Run de following composer command:

composer update experteam/api-base-bundle

License

MIT license.