1 Star 0 Fork 16

cppfuns / Echarts-PHP

forked from hisune / Echarts-PHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 764 Bytes
一键复制 编辑 原始数据 按行查看 历史
hisune 提交于 2017-03-27 14:16 . 文档内容丰富
{
"name": "hisune/echarts-php",
"type": "library",
"description": "A php wrapper for echarts javascript libraries",
"keywords": ["echarts", "php", "charts", "javascript"],
"homepage": "http://hisune.com",
"license": "MIT",
"authors": [
{
"name": "Hisune",
"email": "hi@hisune.com",
"homepage": "http://hisune.com",
"role": "Developer"
}
],
"support": {
"email": "hi@hisune.com",
"issues": "https://github.com/hisune/Echarts-PHP/issues",
"source": "https://github.com/hisune/Echarts-PHP"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"Hisune\\EchartsPHP\\": "src/"
}
}
}
PHP
1
https://gitee.com/softwareace/Echarts-PHP.git
git@gitee.com:softwareace/Echarts-PHP.git
softwareace
Echarts-PHP
Echarts-PHP
master

搜索帮助