yuzuru-s / resize-image
The PHP library can easily resize images.
1.0.0
2016-12-04 03:28 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: 0.3.*@dev
- phpunit/phpunit: 3.7.*@stable
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2024-10-26 20:15:22 UTC
README
The PHP library can easily resize images and allows you to adjust the height and width of the image and clip it.
Examples
Requirements
- PHP
-
=5.5 >=5.6, >=7.0
-
- Composer
Installation
- Using composer
{
"require": {
"yuzuru-s/resize-image": "1.0.*"
}
}
$ php composer.phar update yuzuru-s/resize-image --dev
How to use
Please check sample code
How to run unit test
Run with default setting.
% vendor/bin/phpunit -c phpunit.xml.dist
Currently tested with PHP 7.0.0
History
License
Copyright (c) 2016 YUZURU SUZUKI. See MIT-LICENSE for further details.
Copyright
- Yuzuru Suzuki