Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
composer.json 632 Bytes
Copy Edit Raw Blame History
ctbsea authored 2018-03-21 16:00 . 1
{
"name": "ctbsea/phalapi-smarty",
"description": "基于Smarty模版的处理,专门用于PhalApi 2.x 开源接口框架。",
"keywords": ["smarty", "phalapi"],
"version": "dev-master",
"homepage": "http://www.phalapi.net",
"license" : "GPL-3.0+",
"authors": [
{
"name": "ctbsea",
"email": "chen1teng2bin3@126.com",
"homepage" : "https://github.com/ctbsea",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"autoload": {
"psr-4": {
"ctbsea\\phalapiSmarty\\": "src"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化