https://github.com/dreamfactorysoftware/oasys
DreamFactory Open Authentication System
https://github.com/dreamfactorysoftware/oasys
Last synced: 4 days ago
JSON representation
DreamFactory Open Authentication System
- Host: GitHub
- URL: https://github.com/dreamfactorysoftware/oasys
- Owner: dreamfactorysoftware
- Created: 2013-08-18T01:07:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T22:36:24.000Z (over 2 years ago)
- Last Synced: 2025-03-05T00:35:04.606Z (over 1 year ago)
- Language: PHP
- Size: 2.29 MB
- Stars: 9
- Watchers: 12
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oasys (Open Authentication SYStem) v0.4.15
Multi-provider, extensible authentication framework
## Build Status
[](https://packagist.org/packages/dreamfactory/oasys) [](https://packagist.org/packages/dreamfactory/oasys) [](https://packagist.org/packages/dreamfactory/oasys) [](https://packagist.org/packages/dreamfactory/oasys)/statusIcon)
## Installation
Package installation is handled by Composer.
* If you haven't already, please [install Composer](http://getcomposer.org/doc/00-intro.md#installation-nix)
* Create `composer.json` in the root of your project:
``` json
{
"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"](https://help.github.com/articles/fork-a-repo#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. ;)