experteam / api-crud-bundle
CRUD functionality bundle for APIs.
Package info
github.com/experteam-mx/api-crud-bundle
Type:symfony-bundle
pkg:composer/experteam/api-crud-bundle
4.1.6
2026-01-14 16:30 UTC
Requires
- php: >=8.1
- ext-json: *
- doctrine/dbal: ^3
- doctrine/doctrine-bundle: ^2.13
- doctrine/orm: ^3.3
- experteam/api-base-bundle: ^4.0.0
- experteam/api-redis-bundle: ^4.0.0
- symfony/dependency-injection: 6.4.*
- symfony/form: 6.4.*
- symfony/http-kernel: 6.4.*
- symfony/serializer: 6.4.*
- symfony/validator: 6.4.*
This package is auto-updated.
Last update: 2026-05-27 02:53:02 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