PHPackages                             jacekkow/uphpcas - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. jacekkow/uphpcas

ActiveLibrary

jacekkow/uphpcas
================

Simple PHP library for CAS authentication

v1.6.0(5y ago)0241BSD-3-ClausePHPPHP &gt;=5.3.0

Since Aug 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jacekkow/uphpCAS)[ Packagist](https://packagist.org/packages/jacekkow/uphpcas)[ Docs](https://github.com/jacekkow/uphpcas)[ RSS](/packages/jacekkow-uphpcas/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

uphpCAS
=======

[](#uphpcas)

Simple PHP library for CAS authentication

[![Build Status](https://camo.githubusercontent.com/edf5b2294319855abc2b8bdfc7fa3144e5e8c92ef126cbff7126fb2e1723201f/68747470733a2f2f7472617669732d63692e6f72672f6a6163656b6b6f772f757068704341532e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jacekkow/uphpCAS)

Introduction
------------

[](#introduction)

This library intends to be a replacement for overly complex [phpCAS](https://wiki.jasig.org/display/casc/phpcas) library.

It only supports basic [CAS protocol](http://jasig.github.io/cas/4.0.x/protocol/CAS-Protocol.html), without proxying capabilities, which is enough for website authentication.

Usage
-----

[](#usage)

### Composer

[](#composer)

1. Add jacekkow/uphpcas dependency:

    ```
    composer require jacekkow/uphpcas
    ```
2. Include autoloader in your application:

    ```
