SimpleDtoBundle for the Symfony Framework
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)
For documentation see
Resources/doc/
This bundle is released under the MIT license.