A laravel package provides CAS server implementation
isleei/laravel_cas_server is a Laravel package for a laravel package provides cas server implementation.
It currently has 0 GitHub stars and 342 downloads on Packagist (latest version 3.0.5).
Install it with composer require isleei/laravel_cas_server.
Discover more Laravel packages by isleei
or browse all Laravel packages to compare alternatives.
Last updated
laravel_cas_server is a Laravel package that implements the server part of CAS protocol v1/v2/v3.
This package works for Laravel 5.5/5.6 . Please check 2.x branch if you are using Laravel 5.1 - 5.4 .
composer require Isleei/laravel_cas_serverIsleei\CAS\CASServerServiceProvider::class to the providers field in config/app.phpphp artisan vendor:publish --provider="Isleei\CAS\CASServerServiceProvider"config/cas.php, fields in config file are all self-describedphp artisan migrateApp\User implement Isleei\CAS\Contracts\Models\UserModelIsleei\CAS\Contracts\TicketLockerIsleei\CAS\Contracts\Interactions\UserLoginhttp://your-domain/cas/login to see the login page (assume that you didn't change the router.prefix value in config/cas.php)If you are looking for an out of box solution of CAS Server powered by PHP, you can check php_cas_server