jekamell/simple-dto-bundle

Allow to configure dto objects in easy way, and split persistence and representative application layers

Installs: 194

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:symfony-bundle

v2.0.5 2018-04-20 12:14 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/

Read the documentation.

License

This bundle is released under the MIT license.