Download the PHP package francodacosta/phmagick without Composer
On this page you can find all versions of the php package francodacosta/phmagick. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download francodacosta/phmagick
More information about francodacosta/phmagick
Files in francodacosta/phmagick
Download francodacosta/phmagick
More information about francodacosta/phmagick
Files in francodacosta/phmagick
Vendor francodacosta
Package phmagick
Short Description image manipulation with php and ImageMagick
License MIT
Homepage https://github.com/francodacosta/phmagick
Package phmagick
Short Description image manipulation with php and ImageMagick
License MIT
Homepage https://github.com/francodacosta/phmagick
Please rate this library. Is it a good library?
Informations about the package phmagick
phMagick
Image manipulation with php and imagemagick phMagick wraps the most common image manipulation actions a web developer needs into easy to use code.
Instalation
- Install it via composer
- Clone this repo, the code is inside phMagick folder
Configuration
phMagick comes with its own simple autoloader, so you can use it out of the box
using the phMagick autoloader
<?php
include '<path to phmagick>/phmagick.php';
phMagick uses namespaces and respects the PSR-0 standard so you can use any modern autoloader to load phMagick classes
Code Samples
- Point your browser to docs/index.htm
All versions of phmagick with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package francodacosta/phmagick contains the following files
Loading the files please wait ....