Download the PHP package ymkatz/laravel_cas_server_ldap without Composer
On this page you can find all versions of the php package ymkatz/laravel_cas_server_ldap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ymkatz/laravel_cas_server_ldap
More information about ymkatz/laravel_cas_server_ldap
Files in ymkatz/laravel_cas_server_ldap
Download ymkatz/laravel_cas_server_ldap
More information about ymkatz/laravel_cas_server_ldap
Files in ymkatz/laravel_cas_server_ldap
Vendor ymkatz
Package laravel_cas_server_ldap
Short Description A laravel package provides CAS server implementation
License MIT
Package laravel_cas_server_ldap
Short Description A laravel package provides CAS server implementation
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel_cas_server_ldap
CAS Server for Laravel backed by LDAP
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.
Requirements
- PHP >=7.0
- Adldap-Laravel
Installation && Usage
composer require ymkatz/laravel_cas_server_ldap
php artisan vendor:publish --provider="YMKatz\CAS\CASServerServiceProvider"
- modify
config/cas.php
, fields in config file are all self-described - make your
App\User
implementYMKatz\CAS\Contracts\Models\UserModel
- create a class implements
YMKatz\CAS\Contracts\TicketLocker
- create a class implements
YMKatz\CAS\Contracts\Interactions\UserLogin
- visit
http://your-domain/cas/login
to see the login page (assume that you didn't change therouter.prefix
value inconfig/cas.php
)
Example
If you are looking for an out of box solution of CAS Server powered by PHP, you can check php_cas_server
All versions of laravel_cas_server_ldap with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-dom Version *
illuminate/support Version 5.5.*|5.6.*
doctrine/dbal Version ^2.5
guzzlehttp/guzzle Version ^6.2
ext-dom Version *
illuminate/support Version 5.5.*|5.6.*
doctrine/dbal Version ^2.5
guzzlehttp/guzzle Version ^6.2
The package ymkatz/laravel_cas_server_ldap contains the following files
Loading the files please wait ....