1 Star 0 Fork 72

do do/poster

forked from lang/poster 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "kkokk/poster",
"description": "PHP生成海报",
"type": "project",
"require": {
"php": ">=5.6.0",
"ext-gd": "*"
},
"license": "MIT",
"authors": [
{
"name": "lang",
"email": "732853989@qq.com"
}
],
"minimum-stability": "dev",
"autoload":{
"psr-4":{
"Kkokk\\Poster\\":"src/"
}
},
"autoload-dev": {
"psr-4": {
"Kkokk\\Tests\\": "tests/"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/haocaicai/poster.git
git@gitee.com:haocaicai/poster.git
haocaicai
poster
poster
master

搜索帮助