Download the PHP package lireincore/imgcache-bundle without Composer
On this page you can find all versions of the php package lireincore/imgcache-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lireincore/imgcache-bundle
More information about lireincore/imgcache-bundle
Files in lireincore/imgcache-bundle
Package imgcache-bundle
Short Description The lireincore/imgcache integration for the Symfony framework
License MIT
Homepage https://github.com/lireincore/LireinCoreImgCacheBundle
Informations about the package imgcache-bundle
Image effect, thumb and cache bundle for Symfony
About
The lireincore/imgcache integration for Symfony framework.
Install
Add the "lireincore/imgcache-bundle": "^0.4"
package to your require
section in the composer.json
file
or
Usage
To use this bundle, you need to create the lireincore_imgcache.yaml
file in your config/packages
folder and paste this boilerplate:
Add listener class and configure for event handling when thumb created
(required symfony/event-dispatcher: ^4.3
or another psr-14 compatible dispatcher):
See lireincore/imgcache
README.md for more information about the available effects and other config options.
Use in your code:
See lireincore/imgcache
README.md for more information about the available functions.
License
This project is licensed under the MIT License - see the License File file for details
All versions of imgcache-bundle with dependencies
symfony/config Version ^3.4 || ^4.0
symfony/http-kernel Version ^3.4 || ^4.0
symfony/dependency-injection Version ^3.4 || ^4.0