jekamell / simple-dto-bundle
Allow to configure dto objects in easy way, and split persistence and representative application layers
Package info
github.com/jekamell/SimpleDtoBundle
Type:symfony-bundle
pkg:composer/jekamell/simple-dto-bundle
v2.0.5
2018-04-20 12:14 UTC
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
This package is not auto-updated.
Last update: 2026-06-21 11:57:32 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.