bonk007/gambar
Composer 安装命令:
composer require bonk007/gambar
包简介
This is an PHP image manipulation library
README 文档
README
##Instalation
Via Composer
Open your composer.json file.
"require-dev":{
...
"bonk007/gambar":"dev-master"
...
}
Open your terminal or command line and do composer update
composer update
##How to use ###with PSR-x autoload
<?php
use Gambar/Gambar;
###Native Open src/Gambar.php and src/GambarException.php and set the following lines as the comments
<?php
// namespace Gambar;
// use Gambar\GambarException;
...
then add include, include_once, require, or require_once into your sourcecode
<?php
require_once '<some directory>/src/Gambar.php';
require_once '<some directory>/src/GambarException.php';
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-16