xicrow / php-thumb
Thumbnail generation for PHP
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/xicrow/php-thumb
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.