mahdikhorshidi / attributes
dev-master / 1.0.x-dev
2017-12-24 12:25 UTC
Requires
- php: ~5.6|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: >=5.4.3
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2024-09-20 01:57:04 UTC
README
这里应该放置您的描述。尽量限制在一到两段,并可能提及您支持的PSRs,以避免用户和贡献者产生混淆。
结构
如果以下任何一项适用于您的项目,则目录结构应遵循行业最佳实践,并命名为以下。
bin/
config/
src/
tests/
vendor/
安装
通过 Composer
$ composer require mahdikhorshidi/attritubes
用法
$skeleton = new mahdikhorshidi\attritubes(); echo $skeleton->echoPhrase('Hello, League!');
变更日志
有关最近变更的更多信息,请参阅 变更日志。
测试
$ composer test
贡献
安全
如果您发现任何与安全相关的问题,请通过电子邮件 mahdikhorshidi@gmail.com 报告,而不是使用问题跟踪器。
鸣谢
许可
MIT 许可证 (MIT)。有关更多信息,请参阅 许可文件。