dreamfactory / oasys
DreamFactory Oasys(tm) Open Authentication System
Installs: 6 084
Dependents: 2
Suggesters: 0
Security: 0
Stars: 9
Watchers: 13
Forks: 6
Open Issues: 1
Requires
- php: ~5.3
- ext-curl: *
- kisma/kisma: ~0.2
Requires (Dev)
- phpunit/phpunit: @stable
This package is auto-updated.
Last update: 2024-11-07 00:43:26 UTC
README
Multi-provider, extensible authentication framework
Build Status
Installation
Package installation is handled by Composer.
- If you haven't already, please install Composer
- Create
composer.json
in the root of your project:
{ "require": { "dreamfactory/oasys": "~0.4" } }
- Run
composer install
- Require Composer's
vendor/autoload
script in your bootstrap/init script
Feedback and Contributions
- Feedback is welcome in the form of pull requests and/or issues.
- Contributions should generally follow the strategy outlined in "Contributing to a project"
- Please submit pull requests against the
develop
branch
Credits
- This code is an amalgamation of four different libraries that I've been carting around for years. It wouldn't have been possible if there weren't so many poorly crafted generic authentication systems available. ;)