xicrow/php-thumb

Thumbnail generation for PHP

1.0.4 2018-05-20 09:05 UTC

This package is auto-updated.

Last update: 2024-03-21 06:52:17 UTC


README

Thumbnail generation for PHP

Packagist Latest Stable Version Packagist Total Downloads

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 images
  • Use 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.