tpweb / tpwebcp-executor
TPWebCP的PHP执行库
1.0.0
2016-06-03 18:13 UTC
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: 5.3.*
This package is auto-updated.
Last update: 2024-08-29 04:36:56 UTC
README
#安装
在您的composer.json
中添加此包并更新composer。
"tpweb/tpwebcp-executor": "~1.*"
更新composer后,将ServiceProvider添加到config/app.php
中的providers数组中
TPWeb\TPWebCP\Executor\ExecutorServiceProvider::class,
您可以使用外观来缩短代码。将以下内容添加到您的别名中
'Executor' => TPWeb\TPWebCP\Executor\ExecutorFacade::class,
文档
支持
支持github或邮件:tjebbe.lievens@madeit.be
贡献
请尽量遵循psr-2编码风格指南。http://www.php-fig.org/psr/psr-2/
许可证
此包根据LGPL许可。您可以在个人和商业项目中免费使用它。代码可以被分支和修改,但原始版权作者应始终包含在内!