Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.92 KB

README.md

File metadata and controls

66 lines (49 loc) · 1.92 KB

Pantarei\User

Build Status Coverage Status Latest Stable Version Total Downloads

The primary goal of Pantarei\User is to develop a standards compliant user provider library based on the Symfony2 Components.

Installation

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"
  }
}

Documentation

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.

Continuous Integration

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.

References

License