Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carimus/php-image-toolbox

A toolbox for image manipulation in PHP.
https://github.com/carimus/php-image-toolbox

Last synced: 13 days ago
JSON representation

A toolbox for image manipulation in PHP.

Awesome Lists containing this project

README

        

# PHP Image Toolbox

A toolbox for image manipulation in PHP.

[View documentation here](https://php-image-toolbox-docs.now.sh/)

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

## Deploying Docs

[`now`](https://now.sh) is used to deploy the docs.

```
$ composer docs
$ cd docs/
$ now --team="carimus" \
--token="" \
--name="php-image-toolbox-docs" \
--public
$ now --team="carimus" \
--token="" \
alias \
""
"php-image-toolbox-docs"
$ cd ../
```