cekurte/componentbundle
A set of components
Maintainers
Package info
github.com/cekurte/component-bundle
Type:symfony-bundle
pkg:composer/cekurte/componentbundle
v2.0.0
2015-05-05 14:07 UTC
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
Provides
None
Conflicts
None
Replaces
None
MIT 0c9b802068492095362e29a61180396463ff9904
- João Paulo Cercal <jpcercal.woop@gmail.com>
This package is not auto-updated.
Last update: 2026-06-21 01:49:46 UTC
README
👁 Build Status
👁 Coverage Status
👁 Latest Stable Version
👁 Total Downloads
👁 License
👁 SensioLabsInsight
- 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
