Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carimus/php-image-toolbox
- Owner: Carimus
- License: mit
- Created: 2018-09-13T20:23:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T00:28:35.000Z (over 6 years ago)
- Last Synced: 2024-11-13T05:20:22.187Z (2 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ../
```