Download the PHP package integrated/image-bundle without Composer
On this page you can find all versions of the php package integrated/image-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download integrated/image-bundle
More information about integrated/image-bundle
Files in integrated/image-bundle
Download integrated/image-bundle
More information about integrated/image-bundle
Files in integrated/image-bundle
Vendor integrated
Package image-bundle
Short Description Integrated Image Bundle
License MIT
Homepage http://www.e-active.nl
Package image-bundle
Short Description Integrated Image Bundle
License MIT
Homepage http://www.e-active.nl
Please rate this library. Is it a good library?
Informations about the package image-bundle
IntegratedImageBundle
Overwrites Gregwar\ImageBundle to provide additional functionality
Requirements
- See the require section in the composer.json
Documentation
Installation
This bundle can be installed following these steps:
Install using composer
$ php composer.phar require integrated/image-bundle:~0.1
Enable the bundle
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\ImageBundle\IntegratedImageBundle()
// ...
);
}
Import the routing
# app/config/routing.yml
integrated_image:
resource: @IntegratedImageBundle/Resources/config/routing.xml
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
About
This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.
All versions of image-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
doctrine/common Version ~2
symfony/symfony Version ~2.8 || ~3.0
gregwar/image-bundle Version ~2
integrated/library Version ~0.7
integrated/storage-bundle Version ~0.7
integrated/content-bundle Version ~0.7
doctrine/common Version ~2
symfony/symfony Version ~2.8 || ~3.0
gregwar/image-bundle Version ~2
integrated/library Version ~0.7
integrated/storage-bundle Version ~0.7
integrated/content-bundle Version ~0.7
The package integrated/image-bundle contains the following files
Loading the files please wait ....