nours / rest-admin-bundle
Installs: 228
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- doctrine/orm: ~2.5
- jms/serializer-bundle: ~2.3
- nours/table-bundle: ^1.8
- psr/container: ~1.0
- symfony/symfony: ^2.8|^3.3|^4.0
Requires (Dev)
- doctrine/data-fixtures: ~1.1
- doctrine/doctrine-bundle: ~1.8
- knplabs/knp-menu-bundle: ~2.0
- phpunit/phpunit: ~4.0|~5.0
- symfony/monolog-bundle: ^3.0
- symfony/phpunit-bridge: ^3.1
Suggests
- doctrine/doctrine-bundle: Support for Doctrine ORM persistence and loading
- knplabs/knp-menu-bundle: KnpMenu integration (menu voter)
- symfony/security-bundle: Integrate security checks based on security bundle
- dev-master
- v1.14.1
- v1.14.0
- v1.13.0
- v1.12.1
- v1.12.0
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.4
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8
- v1.7.1
- v1.7.0
- 1.6.0
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1
- v1.0
- v0.1
This package is auto-updated.
Last update: 2024-11-08 22:27:03 UTC
README
This bundle is made to simplify the implementation of rich back-office interfaces or front applications. It implements infrastructure tools configured around the representations of resources, and built on top of the Symfony2 framework. The core is composed of a REST API building system, which enables to provide reusable actions for different kinds of resources.
Installation
Add to composer.json :
"nours/rest-admin-bundle": "dev-master"
Add bundle to AppKernel :
new Nours\RestAdminBundle\NoursRestAdminBundle()
Create main resources config file, for example in app/config/resources.yml, then configure it in bundle main configuration :
nours_rest_admin: resource: '%kernel.project_dir%/config/resources.yml'