carimus/php-image-toolbox

A toolbox for image manipulation in PHP.

v0.0.4 2018-10-06 00:27 UTC

This package is auto-updated.

Last update: 2024-06-06 13:05:06 UTC


README

A toolbox for image manipulation in PHP.

View documentation here

Uses imagick and has built-in capabilities to determine if IMagick is present and supported in the runtime environment.

Deploying Docs

now is used to deploy the docs.

$ composer docs
$ cd docs/
$ now --team="carimus" \
    --token="<token for carimus-deploy-bot>" \
    --name="php-image-toolbox-docs" \
    --public
$ now --team="carimus" \
    --token="<token for carimus-deploy-bot>" \
    alias \
    "<alias-returned-from-previous-step>"
    "php-image-toolbox-docs"
$ cd ../