wearebase/base-user
最新稳定版本:v0.2.13
Composer 安装命令:
composer require wearebase/base-user
包简介
Base User Components
README 文档
README
What is User?
The Base User provides classes releated to users that are strictly non-application-specific.
Requirements
Supported on PHP 5.5 and up and HHVM 3.2 and up.
Install in projects
$ composer require wearebase/base-user dev-master
Test classes are autoloaded by default. These can be disabled with the --no-dev option
Running tests
You can run the unit tests with the following command:
$ composer install
$ ./vendor/bin/phpunit
To run tests on a different PHP version, you can use Docker:
$ docker run -it --rm -v "$(pwd)":/home/test -w /home/test php:5.6-cli php ./vendor/bin/phpunit
To run QA tools such as code coverage
$ ant
Contributing
Follow PSR-1, PSR-2 and PSR-4.
统计信息
- 总下载量: 929
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-23