PHPackages                             lube/api-generator-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. lube/api-generator-bundle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

lube/api-generator-bundle
=========================

Generates REST Api from Doctrine Entities

0.2.0(9y ago)2926↓100%2[1 issues](https://github.com/Lube/api_generator/issues)MITPHP

Since Jul 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Lube/api_generator)[ Packagist](https://packagist.org/packages/lube/api-generator-bundle)[ Docs](https://github.com/Lube/api_generator)[ RSS](/packages/lube-api-generator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (5)Versions (13)Used By (0)

ApiGeneratorBundle
==================

[](#apigeneratorbundle)

**WARNING! Bundle now in development, not for use in production environment!**

[![Latest Stable Version](https://camo.githubusercontent.com/1a3282e223ebc1fd2f5e20d8587342bbf72227ae403c81ef5f40e33a15a931dc/68747470733a2f2f706f7365722e707567782e6f72672f6c7562652f6170692d67656e657261746f722d62756e646c652f762f737461626c65)](https://packagist.org/packages/lube/api-generator-bundle)[![Total Downloads](https://camo.githubusercontent.com/a85eb265beb916e660e0d2dc9f4205181f58ef99399bedae2da373dc34096ca6/68747470733a2f2f706f7365722e707567782e6f72672f6c7562652f6170692d67656e657261746f722d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/lube/api-generator-bundle)[![License](https://camo.githubusercontent.com/30cba74368ca0db472599716b39ffd0e4545335f8d003a1d76e8c72298af8e48/68747470733a2f2f706f7365722e707567782e6f72672f6c7562652f6170692d67656e657261746f722d62756e646c652f6c6963656e7365)](https://packagist.org/packages/lube/api-generator-bundle)

The **ApiGeneratorBundle** bundle allows you to generate JSON CRUD APIs for your doctrine entities, with json schemas derived from Doctrine Metadata, Annotations and the Symfony Validator component.

Documentation
-------------

[](#documentation)

For documentation, see:

```
Resources/doc/

```

[Read the documentation](https://github.com/Lube/api_generator/blob/master/Resources/doc/index.rst)

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

[](#installation)

Install through composer:

*First step: require bundle*

```
composer require lube/api-generator-bundle

```

*Second step: enable bundle*

```
