2017 © Pedro Peláez
 

symfony-bundle imgix-bundle

Imgix Library Wrapper for Symfony 2.x

image

apsylone/imgix-bundle

Imgix Library Wrapper for Symfony 2.x

  • Thursday, September 1, 2016
  • by apsylone
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ApsyloneImgixBundle

ApsyloneImgixBundle is a Symfony2 Bundle for Imgix.com library. Documentation of Imgix API ., (*1)

Install

Via Composer, (*2)

``` bash $ php composer.phar require apsylone/imgix-bundle, (*3)

or in composer.json file
``` bash
"apsylone/imgix-bundle": "dev-master"

Register the bundle in app/AppKernel.php:, (*4)

``` php <?php // app/AppKernel.php, (*5)

public function registerBundles() { return array( // ... new Apsylone\ImgixBundle\ApsyloneImgixBundle(), // ... ); } ```, (*6)

Configuration

Coming, (*7)

License

This Wrapper is open-sourced software licensed under the MIT license, (*8)

The Versions

01/09 2016

dev-master

9999999-dev https://github.com/apsylone/imgix-bundle

Imgix Library Wrapper for Symfony 2.x

  Sources   Download

MIT

The Requires

 

The Development Requires

by Benjamin Jeanjean

api symfony2 bundle imgix apsylone