mikedugan / sso-laravel
VATSIM SSO package adapted for laravel
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mikedugan/sso-laravel
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2025-11-12 23:56:16 UTC
README
This is the VATSIM SSO package, built specifically for Laravel applications.
If you are looking for a platform agnostic version, please check https://github.com/mikedugan/sso
##Requirements
- PHP >= 5.4.0
- Illuminate/Support (packaged with Laravel)
- Additional yet unidentified Laravel dependencies. This package was bundled and tested on Laravel 4.2
##Installation
composer require mikedugan/sso-laravel dev-master
php artisan config:publish mikedugan/sso-laravel
Add 'Mikedugan\Sso\SsoServiceProvider' to your app.php service providers array If you would like to use the facade, add the following line to your aliases array: 'Sso' => 'Mikedugan\Sso\SsoFacade'
Be sure to modify the contents of app/config/packages/mikedugan/sso-laravel/sso.php to match your credentials.