Skip to content

The standard compliant user provider library based on the Symfony2 Components

License

Notifications You must be signed in to change notification settings

authbucket/user

Repository files navigation

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

About

The standard compliant user provider library based on the Symfony2 Components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published