krak / image
Image manipulation library
v0.1.2
2015-04-29 03:51 UTC
Requires
- php: >=5.3
Requires (Dev)
- phpunit/phpunit: ~4.0
Suggests
- aws/aws-sdk-php: For S3 image uploader
This package is not auto-updated.
Last update: 2024-10-30 08:33:47 UTC
README
A library for image manipulation
Installation
The best way to install Krak\Image is via composer. The library lives on bighead's gitlab servers, so you'll need to add the repository in the composer.json.
{
"repositories": [
{
"type": "vcs",
"url": "git@gitlab.bighead.net:bighead/krak-image.git"
}
],
"require": {
"krak/image": "dev-master"
}
}