apsylone/imgix-bundle

Imgix Library Wrapper for Symfony 2.x

dev-master 2016-09-01 12:18 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:35:10 UTC


README

ApsyloneImgixBundle is a Symfony2 Bundle for Imgix.com library. Documentation of Imgix API .

Install

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(),
        // ...
    );
}

Configuration

Coming

License

This Wrapper is open-sourced software licensed under the MIT license