Skip to content

surfyst/oasys

 
 

Repository files navigation

Oasys (Open Authentication SYStem) v0.4.15

Multi-provider, extensible authentication framework

Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

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. ;)

About

DreamFactory Open Authentication System

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.5%
  • CSS 0.5%