pantsel / pantselSSO by pantsel

SSO package for Laravel 4.
15
1
3
Package Data
Maintainer Username: pantsel
Maintainer Contact: tselentispanagis@gmail.com (Panagis Tselentis)
Package Create Date: 2014-10-08
Package Last Update: 2015-01-07
Language: PHP
License: MIT
Last Refreshed: 2024-04-25 15:00:27
Package Statistics
Total Downloads: 15
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

pantselSSO

SSO package for laravel 4

Still under heavy development

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',