1.3.6 2022-03-30 10:21 UTC

This package is auto-updated.

Last update: 2024-04-29 03:35:22 UTC


README

This package is distilled from legacy code.
You certainly will not want to use this your production code.

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

Installation with Composer

Setup MySQL database with table creation listing in sql/users.sql.txt. Use Composer for PHP:

$ composer require germania-kg/users

Development

$ git clone https://github.com/GermaniaKG/Users.git
$ cd Users
$ 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

TODO

user_id column name in SQL still is client_id. This is legacy and subject to change in upcoming major versions.