francodacosta/phmagick

image manipulation with php and ImageMagick

Installs: 58 125

Dependents: 3

Suggesters: 0

Security: 0

Stars: 37

Watchers: 7

Forks: 19

Open Issues: 8

Language:JavaScript

v5.0.2 2015-05-26 09:42 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:33:52 UTC


README

Flattr Button Build Status Total Downloads License

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