PHPackages                             creads/api2symfony-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. [API Development](/categories/api)
4. /
5. creads/api2symfony-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

creads/api2symfony-bundle
=========================

A Symfony2 bundle to automatically generate controllers from standard API specifications (RAML, Blueprint, Swagger...)

1.0.0(11y ago)525707[3 issues](https://github.com/creads/api2symfony-bundle/issues)MITPHP

Since Dec 15Pushed 10y ago5 watchersCompare

[ Source](https://github.com/creads/api2symfony-bundle)[ Packagist](https://packagist.org/packages/creads/api2symfony-bundle)[ Docs](http://creads.fr)[ RSS](/packages/creads-api2symfony-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (2)Used By (0)

Api2Symfony Bundle
==================

[](#api2symfony-bundle)

A Symfony2 bundle to automatically generate controllers from standard API specifications (RAML, Blueprint, Swagger...)

BUT... We only support the following specification formats now:

- RAML

But we'd like to also support:

- Blueprint
- Swagger

This bundle uses the [api2symfony](https://github.com/creads/api2symfony) library.

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

[](#installation)

Using composer:

`composer require creads/api2symfony-bundle 1.0.*@dev`

Register the bundle by updating `AppKernel.php`:

```
