berrybird/cerberus
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Cerberus
========
Current release: 0.1.0
Description
-----------
Cerberus is a lightweight authentication library supporting multiple
authentication providers and storages. It is based on Zend Auth.
Installation
------------
Requirements:
- PHP 5.3.3 or newer
Installing using Composer:
'composer.json' definition
"repositories": [{
"type": "vcs",
"url": "https://github.com/berrybird/cerberus"
}],
"require": {
"berrybird/cerberus": "~0.1"
}
Documentation
-------------
N/A
Contributing
------------
Open an issue or send a pull request on Github
(https://github.com/berrybird/cerberus).
Authors
-------
Maintainer:
- Miodrag Tokić
Credits:
- Zend framework (http://framework.zend.com)
Copyright
---------
Copyright (C) 2011-2015 Miodrag Tokić.
Released under the BSD-3-Clause License. See the LICENSE file for
details.