Download the PHP package svycka/sv-images without Composer
On this page you can find all versions of the php package svycka/sv-images. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download svycka/sv-images
More information about svycka/sv-images
Files in svycka/sv-images
Download svycka/sv-images
More information about svycka/sv-images
Files in svycka/sv-images
Vendor svycka
Package sv-images
Short Description Image manipulation library written in PHP, similar to cloud image processing services like Imgix and Cloudinary. This module simplifies image manipulation for Zend Framework 2
License MIT
Homepage https://github.com/svycka/sv-images
Package sv-images
Short Description Image manipulation library written in PHP, similar to cloud image processing services like Imgix and Cloudinary. This module simplifies image manipulation for Zend Framework 2
License MIT
Homepage https://github.com/svycka/sv-images
Please rate this library. Is it a good library?
Informations about the package sv-images
svycka/sv-images
Image manipulation library written in PHP, similar to cloud image processing services like Imgix and Cloudinary. This module simplifies image manipulation for Zend Framework 2
Install
Via Composer
Basic Usage
- Register
SvImages
as module inconfig/application.config.php
-
Create filesystem factory, exmaple:
-
Create cache storage, for best performance should point to public directory, so once cache is generated PHP will not be hit at all, example:
- Copy the file located in
vendor/svycka/sv-images/config/images.global.php.dist
toconfig/autoload/images.global.php
and change the values as you wish - Test it by going to http://example.com/image/crop,x15,y15,w300,h300/fit,w200,h150,top-left/f_key/your-image.jpg
Change log
Please see CHANGELOG for more information what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of sv-images with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
zendframework/zend-mvc Version ~2.5
zendframework/zend-modulemanager Version ~2.5
zendframework/zend-servicemanager Version ^2.7.5
zendframework/zend-http Version ~2.5
zendframework/zend-stdlib Version ~2.5
intervention/image Version ~2.3
zendframework/zend-mvc Version ~2.5
zendframework/zend-modulemanager Version ~2.5
zendframework/zend-servicemanager Version ^2.7.5
zendframework/zend-http Version ~2.5
zendframework/zend-stdlib Version ~2.5
intervention/image Version ~2.3
The package svycka/sv-images contains the following files
Loading the files please wait ....