xicrow / php-thumb
Thumbnail generation for PHP
1.0.4
2018-05-20 09:05 UTC
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^5.2
README
Thumbnail generation for PHP
Installation
The recommended way to install is through Composer.
{
"require": {
"xicrow/php-thumb": "~1.0"
}
}
Example
See examples in the demo folder
TODO
Handle remote imagesUse placeholder images for when errors occur (ie. missing images)- Cleanup code structure and flow
- Improve demos
- PHPunit tests
License
Copyright © 2017 Jan Ebsen Licensed under the MIT license.