PHPackages                             codag/restfabrication-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. codag/restfabrication-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

codag/restfabrication-bundle
============================

Symfony2 Bundle for RAD of RESTful APIs on top of FOSRestBundle

1.0.0-alpha2(11y ago)13562[1 issues](https://github.com/Codag/RestFabricationBundle/issues)MITPHPPHP &gt;=5.3.2

Since Nov 30Pushed 11y ago4 watchersCompare

[ Source](https://github.com/Codag/RestFabricationBundle)[ Packagist](https://packagist.org/packages/codag/restfabrication-bundle)[ Docs](http://codag.ch)[ RSS](/packages/codag-restfabrication-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

RestFabricationBundle
=====================

[](#restfabricationbundle)

This bundle provides an approach for rapid development of RESTful APIs for your Symfony2 Project.

[![Build Status](https://camo.githubusercontent.com/fcc5501f10260b78a2f4fe319d08044cea0431c540ded632ec8bdaf9dbed1b8e/68747470733a2f2f7472617669732d63692e6f72672f436f6461672f526573744661627269636174696f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Codag/RestFabricationBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/394447a76fad764337ac028f63d798eb3ef26841545fadaa3881e9c3c37ea2da/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6461672f526573744661627269636174696f6e42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Codag/RestFabricationBundle/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/513eacdea4e22adc99eeb6916d2353d577648211b68cdae7caf8caf3600146e0/68747470733a2f2f706f7365722e707567782e6f72672f636f6461672f726573746661627269636174696f6e2d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/codag/restfabrication-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/c678405a3ffbce8128c049682d09400a69de47d78dcd9457d0257c89e3fddd67/68747470733a2f2f706f7365722e707567782e6f72672f636f6461672f726573746661627269636174696f6e2d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/codag/restfabrication-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/0612bc5210b39a169257ea3c939d37a9dbe1c7ef7e3fb12ed4c31569d01a3ba4/68747470733a2f2f706f7365722e707567782e6f72672f636f6461672f726573746661627269636174696f6e2d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/codag/restfabrication-bundle)[![License](https://camo.githubusercontent.com/a2721b0c4ae4ea524f44696621a3f3e092406237e33a739ec66d896ab4ec942a/68747470733a2f2f706f7365722e707567782e6f72672f636f6461672f726573746661627269636174696f6e2d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/codag/restfabrication-bundle)[![Dependency Status](https://camo.githubusercontent.com/fdc60fe46ac73246f0fd9266917310e3d122a1eea314b5a191ed47f8f800ffce/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534376635323636383637346134646666333030303262662f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/547f52668674a4dff30002bf)

Installation
------------

[](#installation)

1. Add CodagRestFabricationBundle to your composer.json
2. Enable the bundle

### Step 1: Add CodagRestFabricationBundle to your composer.json

[](#step-1-add-codagrestfabricationbundle-to-your-composerjson)

```
{
    "require": {
        "codag/restfabrication-bundle": "dev-master"
    }
}
```

Update your project dependencies:

```
php composer.phar update codag/restfabrication-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

```
