dreamfactory / service-oauth
This package is abandoned and no longer maintained.
No replacement package was suggested.
DreamFactory Oasys(tm) Open Authentication System
0.4.15
2014-10-19 18:47 UTC
Requires
- php: ~5.3
- ext-curl: *
- kisma/kisma: ~0.2
Requires (Dev)
- phpunit/phpunit: @stable
This package is auto-updated.
Last update: 2023-12-06 22:37:52 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. ;)