lenim / api-generic-bundle
Rest Api creation helper
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- doctrine/orm: ^2.5
- friendsofsymfony/rest-bundle: ^1.7
- jms/serializer-bundle: ^1.1
- symfony/framework-bundle: ~2.3|~3.0
Requires (Dev)
- symfony/console: ~2.3|~3.0
- symfony/phpunit-bridge: ~2.7|~3.0
- symfony/validator: ~2.3|~3.0
- symfony/yaml: ~2.3|~3.0
- willdurand/propel-typehintable-behavior: ~1.0
Suggests
- nelmio/NelmioApiDocBundle: More than recommanded to keep your api well documentated
This package is not auto-updated.
Last update: 2025-03-29 22:35:33 UTC
README
Sick and tired of writing code for crud using restfull api ? This is a very light and simple tool to avoid you writing code to build the simplest qnd most used part of an API.
Features include:
- An abstract controller that handle CRUD
- An abstract class to be able to test your elements
Configuration
Build your first controller
Security
License
This bundle is under the MIT license. See the complete license in the bundle: