orbittechnology/phpapplicationsample
Composer 安装命令:
composer require orbittechnology/phpapplicationsample
包简介
Sample of PHP application/library with composer and PSR support
README 文档
README
PHP application sample
Sample of PHP application/library compliant with PSR-1, PSR-2, PSR-4 and Composer for PHP 5.4+. Help is always appreciated, if you see a bug, feel free to squish it for us with a pull request. Installation
You can install PHP application sample by composer. Add following code to "require" or "require-dev" section of the composer.json:
"require": { "OrbitTechnology/php-application-sample": "1.0.*" }
And install dependencies using the Composer:
cd path/to/your-project
php composer.phar install
Tests
You can run the unit tests with the following commands:
cd path/to/php-application-sample
./vendor/bin/phpunit -c ./phpunit.xml
License
The PHP application sample is open source software licensed under the GPL-3.0 license.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2018-04-28