A laravel package provides CAS server implementation with an LDAP backend
ymkatz/laravel_cas_server_ldap is a Laravel package for a laravel package provides cas server implementation with an ldap backend.
It currently has 0 GitHub stars and 63 downloads on Packagist (latest version 3.0.0).
Install it with composer require ymkatz/laravel_cas_server_ldap.
Discover more Laravel packages by ymkatz
or browse all Laravel packages to compare alternatives.
Last updated
laravel_cas_server_ldap is a Laravel package that implements the server part of CAS protocol v1/v2/v3. This is a fork of leo108/laravel_cas_server that is backed by LDAP instead of Eloquent.
This package works for Laravel 5.8.
composer require ymkatz/laravel_cas_server_ldapphp artisan vendor:publish --provider="YMKatz\CAS\CASServerServiceProvider"config/cas.php, fields in config file are all self-describedApp\User implement YMKatz\CAS\Contracts\Models\UserModelYMKatz\CAS\Contracts\TicketLockerYMKatz\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