Download the PHP package igdr/manager-bundle without Composer
On this page you can find all versions of the php package igdr/manager-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package manager-bundle
Manager Bundle
Installation
Add the bundle to your composer.json
:
composer require igdr/manager-bundle
and run:
php composer.phar update
Then add the ManagerBundle to your application kernel:
// app/IgdrKernel.php
public function registerBundles()
{
return array(
// ...
new Igdr\Bundle\ManagerBundle\IgdrManagerBundle(),
// ...
);
}
All versions of manager-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/symfony Version 2.5.*
doctrine/orm Version ~2.2,>=2.2.3
doctrine/doctrine-bundle Version ~1.2
symfony/symfony Version 2.5.*
doctrine/orm Version ~2.2,>=2.2.3
doctrine/doctrine-bundle Version ~1.2
The package igdr/manager-bundle contains the following files
Loading the files please wait ....