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

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

rizeway/cas-bundle
==================

CAs Authentification using PHP CAS

3287PHP

Since Jul 18Pushed 12y ago2 watchersCompare

[ Source](https://github.com/youknowriad/cas-bundle)[ Packagist](https://packagist.org/packages/rizeway/cas-bundle)[ RSS](/packages/rizeway-cas-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

RIZEWAY CAS Bundle
==================

[](#rizeway-cas-bundle)

Cas Authentification in Symfony 2

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

[](#installation)

### 1- Add the dependency to your composer.json

[](#1--add-the-dependency-to-your-composerjson)

```
"require": {
    "rizeway/cas-bundle": "0.1.x-dev"
},

```

### 2- Add the bundle to your kernel app/AppKernel.php file to update symfony Kernel

[](#2--add-the-bundle-to-your-kernel-appappkernelphp-file-to-update-symfony-kernel)

```
    $bundles = array(
        new Rizeway\Bundle\CasBundle\RizewayCasBundle(),
    );

```

### 3- Parameters Symfony sandbox for use RizewayCasBundle

[](#3--parameters-symfony-sandbox-for-use-rizewaycasbundle)

Edit app/config/config.yml and add the your configuration

```
rizeway_cas:
    url: casServer.com:443/cas
    server: casServer.localhost:443/cas # (only if different from the url, for server to server requests)
    cert: /my-key.cert # false to bypass
    username_attribute: login
    proxy: true # if you want to active the proxy cas mode

```

### 4- Edit app/config/security.yml file to add your provider and firewall

[](#4--edit-appconfigsecurityyml-file-to-add-your-provider-and-firewall)

```
    providers:
        CAS:
            id: my_user_provider

    firewalls:
        dev:
            pattern:  ^/(_(profiler|wdt)|css|images|js)/
            security: false

        secured_area:
            pattern:    ^/demo/secured/
                cas:
                    check_path: /login/check
            logout:
                path:   /logout
                success_handler: cas.security.handler.logout

```

### 5- Edit app/config/routing.yml file to add empty routes for your login check and logout paths

[](#5--edit-appconfigroutingyml-file-to-add-empty-routes-for-your-login-check-and-logout-paths)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/325259?v=4)[riad](/maintainers/riad)[@riad](https://github.com/riad)

### Embed Badge

![Health badge](/badges/rizeway-cas-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rizeway-cas-bundle/health.svg)](https://phpackages.com/packages/rizeway-cas-bundle)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
