Download the PHP package ybert/imagify-bundle without Composer
On this page you can find all versions of the php package ybert/imagify-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 imagify-bundle
imagify-bundle
This bundle integrates Imagify PHP in the Symfony framework.
Installation
Use Composer to install the bundle:
composer require ybert/imagify-bundle
Then, update your app/config/AppKernel.php
file:
Configure the bundle in app/config/config.yml
:
Finally, update your app/config/parameters.yml
file to store your Imagify API credentials:
Usage
The bundle automatically registers a ybert_imagify.optimizer
service in the Dependency Injection Container. That service is
an instance of Imagify\Optimizer
.
Example usage in a controller:
For further use, please read the Imagify API documentation
All versions of imagify-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/framework-bundle Version
~2.1|~3.0
wp-media/imagify-php Version ^1.0
symfony/console Version ~2.1|~3.0
wp-media/imagify-php Version ^1.0
symfony/console Version ~2.1|~3.0
The package ybert/imagify-bundle contains the following files
Loading the files please wait ....