Skip to content

Carimus/php-image-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Image Toolbox

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 ../

About

A toolbox for image manipulation in PHP.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages