PHPackages                             alexandret/phpcas-guard-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. alexandret/phpcas-guard-bundle

ActiveSymfony-bundle

alexandret/phpcas-guard-bundle
==============================

PhpCAS Bundle using guard for Symfony3.4 and above

1.0.2(5y ago)83.7k↓100%2[1 issues](https://github.com/Alexandre-T/casguard/issues)[2 PRs](https://github.com/Alexandre-T/casguard/pulls)MITPHPPHP ^7.1.3CI failing

Since Oct 14Pushed 4y ago6 watchersCompare

[ Source](https://github.com/Alexandre-T/casguard)[ Packagist](https://packagist.org/packages/alexandret/phpcas-guard-bundle)[ Docs](https://github.com/Alexandre-T/casguard)[ RSS](/packages/alexandret-phpcas-guard-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (10)Versions (8)Used By (0)

Php CAS Bundle
==============

[](#php-cas-bundle)

PhpCas Bundle provide CAS Authentication using guard for symfony 3.4+ and 4.

This bundle **DO NOT** provide a CAS server. By using this bundle, your application will be able to use your Cas Server to authenticate your users.
[![SymfonyInsight](https://camo.githubusercontent.com/bb0b7824d2370b52b1850512a2e487cb85199f087c43c7c95909328284822c88/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f63623066353531352d646337612d343239352d396661612d3833653831666331653233622f6d696e692e737667)](https://insight.symfony.com/projects/cb0f5515-dc7a-4295-9faa-83e81fc1e23b)[![Coverage Status](https://camo.githubusercontent.com/fc4eb5e622979060c9cadc32b7e2072d2c8d6fa21e690f61a4979f201c256562/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f416c6578616e6472652d542f63617367756172642f62616467652e737667)](https://coveralls.io/github/Alexandre-T/casguard?branch=master)[![Build Status](https://camo.githubusercontent.com/510599ab354c2d6844b7b168e8641507d22bb929c6620fba1e3a19d323ab5f44/68747470733a2f2f7472617669732d63692e6f72672f416c6578616e6472652d542f63617367756172642e737667)](https://travis-ci.org/Alexandre-T/casguard)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require "alexandret/phpcas-guard-bundle" "~1"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
