Elao/ElaoRestActionBundle

Name: ElaoRestActionBundle

Owner: Elao

Description: REST actions for ElaoAdminBundle

Created: 2015-02-19 14:47:16.0

Updated: 2017-10-10 08:12:04.0

Pushed: 2017-11-16 13:54:55.0

Homepage: null

Size: 44

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

REST Action Bundle

This bundle provides CRUD + List REST Actions to be used with ElaoAdminBundle

Installation

Require the bundle in Composer:

mposer require elao/rest-action-bundle

Install the bundle in your AppKernel:

p
pp/AppKernel.php

ic function registerBundles()

$bundles = array(
    //...
    new Elao\Bundle\RestActionBundle\ElaoRestActionBundle(),
);

Configuration:

_rest_action:
serializer: elao_rest_action.serializer.jms

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.