wfriendly/jpgraph
Composer 安装命令:
composer require wfriendly/jpgraph
包简介
jpGraph, library to make graphs and charts
README 文档
README
Version 4.2.0
- Compatible PHP 7.1
Installation
edit : composer.json
{
"repositories": [
[...],
{
"type": "git",
"url": "https://github.com/steelice/JpGraph.git"
}
],
"require": {
[...]
"steelice/JpGraph" : "4.2"
}
}
JpGraph from http://jpgraph.net/
This is a port for Composer users to use JpGraph as a Vendor library
use JpGraph\JpGraph::load(); and JpGraph\JpGraph::module('moduleName'); to load required modules
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2018-07-30