This package is abandoned and no longer maintained. No replacement package was suggested.

Add CAS support to Laravel 5.x+

This package has no released version yet, and little information is available.


README

A simple CAS Authentication library for Laravel 5.x

The library is a wrapper for phpCAS developed by JASIG with the goal of simplicity with Laravel 5 support. While this may work with older versions, it has not been tested.

Features

  • Supports direct phpCAS calls for methods not implemented here
  • Supports logon with custom URL redirects
  • Supports logoff with custom redirect callback
  • Supports Laravel 5.x (tested on 5.4 but should support older versions)
  • Uses the latest phpCAS (v1.3.4)
  • Debug mode with verbose logging
  • Masquerading as a user is supported for testing (or administrative tasks)
  • PHP 7.x support

Checkout the wiki for more information