francodacosta/phmagick
最新稳定版本:v5.0.2
Composer 安装命令:
composer require francodacosta/phmagick
包简介
image manipulation with php and ImageMagick
README 文档
README
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
统计信息
- 总下载量: 67.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 38
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-05-03