jekamell / simple-dto-bundle
Allow to configure dto objects in easy way, and split persistence and representative application layers
Installs: 195
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.1.0
- symfony/expression-language: ^4.0
- symfony/flex: ^1.0
- symfony/framework-bundle: ^4.0
- symfony/maker-bundle: ^1.4
- symfony/orm-pack: ^1.0
- symfony/serializer-pack: ^1.0
- symfony/validator: ^4.0
- symfony/yaml: ^4.0
Requires (Dev)
- phpunit/phpunit: >=5.3.0
- 2.0.x-dev
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- 1.0.x-dev
- dev-master / 1.0.x-dev
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- 0.1.x-dev
- v0.1.0
This package is not auto-updated.
Last update: 2025-03-30 05:42:07 UTC
README
SimpleDtoBundle for the Symfony Framework
Core bundle features
This bundle allow to split persistent and representation layer in Rest api applications, based on Symfony 2/3 framework.
Feature list:
- Simple yaml configuration of DTO objects.
- Dto embedding.
- Dto fields filtering
- Dto collection ordering
- Dto collection filtering
- AbstractController with functionality for Create/Read/Update/Delete/List resources with events system support.
- Dto configuration parser for NelmioApiDocBundle.
- ApiKey based Authenticator (based on JWT technology)
Documentation
For documentation see
Resources/doc/
License
This bundle is released under the MIT license.