ec-doris/php-cas is a Laravel package for adds cas support to laravel 5.x, 6.x, 7.x & 8.x.
It currently has 0 GitHub stars and 8.667 downloads on Packagist (latest version v4.0.6).
Install it with composer require ec-doris/php-cas.
Discover more Laravel packages by ec-doris
or browse all Laravel packages to compare alternatives.
Last updated
Simple CAS Authentication for Laravel 6-8.x.
This version of CAS, or Central Authentication Service, is designed to integrate with Laravel 6-8 projects that need to implement SSO.
Older version of Laravel may work, but are untested. This package was built for my
necessity but can be easily used for anyone requiring CAS/SAML SSO in Laravel 6+. This package is different in mindset as the goal in this project is to be as minimal as possible while offering as much flexibility as needed.
This package offers and abstraction of Apero CAS (phpCAS), a cross platform and open-source CAS client and server provider. Be sure to check them out if you intend to implement an SSO service other than AD.
Check out the wiki for further details.