PHPackages                             maxmotionr/cas-bundle - 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. maxmotionr/cas-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

maxmotionr/cas-bundle
=====================

PHPCas wrapper for Symfony2, Symfony3, Symfony4

1.1.12(7y ago)012LGPL-3.0-or-laterPHPPHP &gt;=7.1.3

Since Aug 2Pushed 6y agoCompare

[ Source](https://github.com/MaxMotionR/CasBundle)[ Packagist](https://packagist.org/packages/maxmotionr/cas-bundle)[ Docs](https://github.com/l3-team/CasBundle)[ RSS](/packages/maxmotionr-cas-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (11)Used By (0)

Symfony 2/3/4 Cas Bundle

This bundle is a dependancy based wrapper for the classic jasig/phpCAS library.

Supports Single Sign Out (no support in BeSimpleSSoBundle).

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

[](#installation)

Install the Bundle by adding this line to your composer.json :

```
"l3/cas-bundle": "~1.0"

```

Then

```
$ composer update

```

Declaration of the Bundle in the Kernel of Symfony
--------------------------------------------------

[](#declaration-of-the-bundle-in-the-kernel-of-symfony)

For Symfony2 or Symfony3, add the Bundle in app/AppKernel.php

```
