The primary goal of Pantarei\User is to develop a standards compliant user provider library based on the Symfony2 Components.
This library is provided as a Composer
package which cna be
installed by adding the package to your composer.json
:
{
"require": {
"pantarei/user": "1.0.*@dev"
}
}
The automatically generated doxygen can be found from http://pantarei.github.io/user.
If you hope to build the document locally, please execute
doxygen config.doxygen
and it will goes to build/_gh_pages
folder.
This project is coverage with phpunit test cases, where CI result can be found from https://travis-ci.org/pantarei/user.
Code coverage CI result can be found from https://coveralls.io/r/pantarei/user.
If you hope to run the test cases locally, please execute
phpunit -c phpunit.xml.dist
. Coverage report can be found from
build/logs/html
folder.
- http://pantarei.github.io/user/
- https://coveralls.io/r/pantarei/user
- https://github.com/pantarei/user
- https://packagist.org/packages/pantarei/user
- https://travis-ci.org/pantarei/user
- The library is licensed under the MIT License