pantsel/sso is a Laravel package for sso package for laravel 4..
It currently has 1 GitHub stars and 15 downloads on Packagist.
Install it with composer require pantsel/sso.
Discover more Laravel packages by pantsel
or browse all Laravel packages to compare alternatives.
Last updated
SSO package for laravel 4
Require this package in your composer.json and run composer update:
"pantsel/sso": "dev-master"
After updating composer, add the ServiceProvider to the providers array in app/config/app.php
'Pantsel\Sso\SsoServiceProvider',