Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
/ base-user Public archive

PHP classes releated to users that are strictly non-application-specific

License

Notifications You must be signed in to change notification settings

wearebase/base-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab18e93 · Oct 12, 2017

History

24 Commits
Oct 23, 2014
Oct 5, 2017
Oct 12, 2017
Oct 5, 2017
Oct 7, 2016
Nov 15, 2016
Apr 7, 2015
Aug 12, 2015
Oct 23, 2014
Oct 23, 2014
Nov 15, 2016
Oct 23, 2014
Dec 24, 2014
Dec 24, 2014

Repository files navigation

User Component

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.

About

PHP classes releated to users that are strictly non-application-specific

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages