PHPackages                             tillikum/zf2-cas-authentication-adapter - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. tillikum/zf2-cas-authentication-adapter

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

tillikum/zf2-cas-authentication-adapter
=======================================

CAS authentication adapter for Zend Framework 2

v0.1.0(12y ago)310.5k3GPL-2.0PHP

Since Aug 3Pushed 11y agoCompare

[ Source](https://github.com/tillikum/zf2-cas-authentication-adapter)[ Packagist](https://packagist.org/packages/tillikum/zf2-cas-authentication-adapter)[ RSS](/packages/tillikum-zf2-cas-authentication-adapter/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

CAS authentication adapter for Zend Framework 2
===============================================

[](#cas-authentication-adapter-for-zend-framework-2)

CAS is an authentication system originally created by Yale University to provide a trusted way for an application to authenticate a user.

Requirements
------------

[](#requirements)

- Zend Framework 2 HTTP client
- Zend Framework 2 Authentication framework

Installation
------------

[](#installation)

Add this repository to your `composer.json`:

```
{
    "require": {
        "tillikum/zf2-cas-authentication-adapter": "~0.0"
    }
}
```

then `composer update`.

Usage
-----

[](#usage)

```
