germania-kg/app-users

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/germania-kg/app-users

1.0.3 2022-03-30 10:19 UTC

This package is auto-updated.

Last update: 2025-09-29 02:06:03 UTC


README

#Germania KG ยท AppUsers

Germania\AppUsers\AppUserInterface bundles these interfaces:

Packagist PHP version Build Status Scrutinizer Code Quality Code Coverage Build Status

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