cekurte / componentbundle
A set of components
Installs: 4 511
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.4
- cekurte/doctrinebundle: ~1.0
- jms/serializer-bundle: ~0.13
- twig/twig: ~1.3
Requires (Dev)
- fabpot/php-cs-fixer: *
- phpunit/phpunit: ~4.5
Suggests
- jms/di-extra-bundle: Allows to configure dependency injection using annotations
This package is not auto-updated.
Last update: 2024-10-26 16:54:14 UTC
README
- A set of components to build REST applications with Symfony2.
- See also the CekurteGeneratorBundle to build CRUD's automatically with custom templates for REST Controllers, Entities, Services, Forms and Resources.
- Currently this package contains only support for one resource manager, the Doctrine ORM. But, this bundle adds easy way to add any resource manager through the interface ResourceManagerInterface, contribute with this project!
Installation
The package is available on Packagist. Autoloading is PSR-4 compatible.
composer require cekurte/componentbundle