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-10-29 04:25:42 UTC
README
#Germania KG ยท AppUsers
Germania\AppUsers\AppUserInterface bundles these interfaces:
Germania\AppUsers\AppUser is an empty base class.
##Installation
$ composer require germania-kg/app-users
Development
$ git clone https://github.com/GermaniaKG/AppUsers.git
$ cd AppUsers
$ composer install
Unit tests
Either copy phpunit.xml.dist
to phpunit.xml
and adapt to your needs, or leave as is. Run PhpUnit test or composer scripts like this:
$ composer test # or $ vendor/bin/phpunit