elao/rest-action-bundle

A set of REST actions for elao/admin-bundle

Installs: 234

Dependents: 0

Suggesters: 1

Security: 0

Stars: 2

Watchers: 19

Forks: 1

Open Issues: 0

Type:symfony-bundle

pkg:composer/elao/rest-action-bundle

v0.2.0 2015-07-15 11:50 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