ApsyloneImgixBundle is a Symfony2 Bundle for Imgix.com library. Documentation of Imgix API .
Via Composer
$ php composer.phar require apsylone/imgix-bundle
or in composer.json file
"apsylone/imgix-bundle": "dev-master"
Register the bundle in app/AppKernel.php:
<?php
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Apsylone\ImgixBundle\ApsyloneImgixBundle(),
// ...
);
}
Coming
This Wrapper is open-sourced software licensed under the MIT license
How can I help you explore Laravel packages today?