carimus / php-image-toolbox
A toolbox for image manipulation in PHP.
v0.0.4
2018-10-06 00:27 UTC
Requires
- php: ^5.6|^7.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-04-06 16:57:46 UTC
README
A toolbox for image manipulation in PHP.
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 ../