Download the PHP package juhedata/laravel_cas_server without Composer
On this page you can find all versions of the php package juhedata/laravel_cas_server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download juhedata/laravel_cas_server
More information about juhedata/laravel_cas_server
Files in juhedata/laravel_cas_server
Download juhedata/laravel_cas_server
More information about juhedata/laravel_cas_server
Files in juhedata/laravel_cas_server
Vendor juhedata
Package laravel_cas_server
Short Description A laravel package provides CAS server implementation
License MIT
Package laravel_cas_server
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
CAS Server for Laravel
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 .
Requirements
- PHP >=7.0
Installation && Usage
composer require juhedata/laravel_cas_server
php artisan vendor:publish --provider="JuheData\CAS\CASServerServiceProvider"
- modify
config/cas.php
, fields in config file are all self-described php artisan migrate
- make your
App\User
implementJuheData\CAS\Contracts\Models\UserModel
- create a class implements
JuheData\CAS\Contracts\TicketLocker
TicketLocker示例 - create a class implements
JuheData\CAS\Contracts\Interactions\UserLogin
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 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-dom Version *
illuminate/support Version ^5.5|^6.0|^7.0|^8.0
doctrine/dbal Version ^2.5
guzzlehttp/guzzle Version ^6.2|^7.0
ext-dom Version *
illuminate/support Version ^5.5|^6.0|^7.0|^8.0
doctrine/dbal Version ^2.5
guzzlehttp/guzzle Version ^6.2|^7.0
The package juhedata/laravel_cas_server contains the following files
Loading the files please wait ....