PHPackages                             im0rtality/rest-api-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. im0rtality/rest-api-bundle

AbandonedArchivedLibrary

im0rtality/rest-api-bundle
==========================

REST API Bundle

v0.1.6(11y ago)02521[6 issues](https://github.com/Im0rtality/rest-api-bundle/issues)MITPHPPHP ~5.4

Since Sep 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Im0rtality/rest-api-bundle)[ Packagist](https://packagist.org/packages/im0rtality/rest-api-bundle)[ RSS](/packages/im0rtality-rest-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (8)Versions (7)Used By (0)

REST API Bundle
===============

[](#rest-api-bundle)

This bundle is a RESTful API building tool making process as fast as possible. For example, to achieve simple CRUD you **only** need to:

1. Have your entities (for now only Doctrine is supported)
2. Configure bundle

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9de86abbc47ef0f1617f1f3a8a67bed82241f262501da4d2ec9e3a512c6e6d71/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f496d307274616c6974792f726573742d6170692d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Im0rtality/rest-api-bundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/bbed1104ddc62dc5efcc68ee38ae8c449567f3ab779f984e6858c66fef0b04d1/68747470733a2f2f7472617669732d63692e6f72672f496d307274616c6974792f726573742d6170692d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Im0rtality/rest-api-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/7aa430e7bcd1b52a13eae775223b64b976d6c3b1bcc188490dd3c5f9e549439b/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37393738343332322d653463342d346232362d383463612d3165363537393430623830392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/79784322-e4c4-4b26-84ca-1e657940b809)

Installation
============

[](#installation)

### 1. Install via Composer

[](#1-install-via-composer)

```
$ composer require "im0rtality/rest-api-bundle:dev-master"

```

### 2. Activate it

[](#2-activate-it)

Enable bundle in kernel:

```
// app/AppKernel.php
