elao / rest-action-bundle
A set of REST actions for elao/admin-bundle
Package info
github.com/Elao/ElaoRestActionBundle
Type:symfony-bundle
pkg:composer/elao/rest-action-bundle
v0.2.0
2015-07-15 11:50 UTC
Requires
- php: ~5.4
- symfony/framework-bundle: ~2.5
Suggests
- elao/admin-bundle: 0.3.*@dev
This package is auto-updated.
Last update: 2026-03-05 22:28:53 UTC
README
This bundle provides CRUD + List REST Actions to be used with ElaoAdminBundle
Installation
Require the bundle in Composer:
$ composer require elao/rest-action-bundle
Install the bundle in your AppKernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( //... new Elao\Bundle\RestActionBundle\ElaoRestActionBundle(), ); }
Configuration:
elao_rest_action:
serializer: elao_rest_action.serializer.jms