apsylone / imgix-bundle
Imgix 库的 Symfony 2.x 封装器
dev-master
2016-09-01 12:18 UTC
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: 2024-09-14 19:58:39 UTC
README
ApsyloneImgixBundle 是一个用于 Imgix.com 库的 Symfony2 Bundle。 Imgix API 文档 .
安装
通过 Composer
$ php composer.phar require apsylone/imgix-bundle
或在 composer.json 文件中
"apsylone/imgix-bundle": "dev-master"
在 app/AppKernel.php
中注册 Bundle
<?php // app/AppKernel.php public function registerBundles() { return array( // ... new Apsylone\ImgixBundle\ApsyloneImgixBundle(), // ... ); }
配置
待定
许可证
此封装器是开源软件,许可协议为 MIT 许可证