germania-kg / app-users
1.0.3
2022-03-30 10:19 UTC
Requires
- php: ^5.6|^7.0
- germania-kg/authentication: ^1.0
- germania-kg/permanent-authentication: ^1.0
- germania-kg/users: ^1.1
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^5.7|^6.0|^7.0
This package is auto-updated.
Last update: 2024-08-29 03:58:12 UTC
README
#Germania KG · AppUsers
Germania\AppUsers\AppUserInterface 包含这些接口
Germania\AppUsers\AppUser 是一个空的基类。
##安装
$ composer require germania-kg/app-users
开发
$ git clone https://github.com/GermaniaKG/AppUsers.git
$ cd AppUsers
$ composer install
单元测试
可以将 phpunit.xml.dist
复制到 phpunit.xml
并根据您的需求进行调整,或者保持不变。运行 PhpUnit 测试或 composer 脚本,如下所示
$ composer test # or $ vendor/bin/phpunit