apsylone / imgix-bundle
Imgix Library Wrapper for Symfony 2.x
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.6
- imgix/imgix-php: ~1.1
- satooshi/php-coveralls: dev-master
- symfony/console: ~2.8
- symfony/finder: ~2.8
- symfony/framework-bundle: ~2.8
- twig/extensions: ~1.1
Requires (Dev)
- phpunit/phpunit: 4.7.*
This package is not auto-updated.
Last update: 2025-03-01 22:20:42 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