PHPackages                             ais/dosenbundle - 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. ais/dosenbundle

ActiveSymfony-bundle

ais/dosenbundle
===============

A bundle filled with Dosen

111PHP

Since Jan 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/theredfoxfire/ais-dosen-bundle)[ Packagist](https://packagist.org/packages/ais/dosenbundle)[ RSS](/packages/ais-dosenbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ais-dosen-bundle
================

[](#ais-dosen-bundle)

dosen Bundle For AIS. I use Symfony 2.7.4 in my kit. In case if you want to install Symfony follow the URL below:

[Symfony 2.7](http://symfony.com/doc/2.7/book/installation.html)

Usage
-----

[](#usage)

I assume you already have composer on your dev environment. If not, please visit this URL:

[Getting started with Composer](https://getcomposer.org/doc/00-intro.md)

Add the following inside require tag in your root composer.json file:

```
{
    "require": {
      "ais/dosenbundle" : "dev-master"
    },
}
```

Run composer update, and wait until composer update is finished.

```
php composer.phar update

```

Registering the bundle into your AppKernel.php

Once the composer update is finished. If you not yet install NelmioApiDocBundle before, you need registering it too.

Because this bundle require NelmioApiDocBundle to see the API doc. I also use JMS Serializer and FOSRestBundle.

```
