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

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

sebius77/cas-bundle
===================

Basic CAS (SSO) authenticator for Symfony 6,7 et 8 with the new authentication system inspired By PRayno/CasAuthBundle and Yraiso/casauth-bundle

v2.0.7(4mo ago)0804Apache-2.0PHP

Since Mar 26Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/sebius77/cas-bundle)[ Packagist](https://packagist.org/packages/sebius77/cas-bundle)[ RSS](/packages/sebius77-cas-bundle/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (6)Versions (15)Used By (0)

cas-bundle
==========

[](#cas-bundle)

Bundle for SSO authentication in Symfony 6, 7 and inspired By PraynoCasAuthBundle and yraiso/casauth-bundle

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

[](#installation)

Install the bundle via Composer by running the following command :
------------------------------------------------------------------

[](#install-the-bundle-via-composer-by-running-the-following-command-)

```
composer require sebius77/cas-bundle

```

Configuration
=============

[](#configuration)

Create the file config/packages/sebius77\_cas.yaml and add :
------------------------------------------------------------

[](#create-the-file-configpackagessebius77_casyaml-and-add-)

```
sebius77_cas:
    server_login_url: https://cas_server/cas
    server_validation_url: https://cas_server/cas/serviceValidate
    server_logout_url: https://cas_server/cas/logout
    xml_namespace: cas
    options: []

```

Modify your security.yaml
-------------------------

[](#modify-your-securityyaml)

```
security:
    enable_authenticator_manager: true
    providers:
        cas_user_provider:
            id: sebius77.cas_user_provider

    firewalls:

    ...

    main:
        logout: ~
        provider: cas_user_provider
        custom_authenticator: sebius77.cas_authenticator
        entry_point: sebius77.cas_entry_point

    access_control:
        - { path: ^/, roles: ROLE_USER }

```

The changes to the package are :

```
- autoloading (PSR-0 to PSR-4)

```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance78

Regular maintenance activity

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~53 days

Recently: every ~2 days

Total

14

Last Release

123d ago

Major Versions

v1.8.4 → v2.0.02024-12-11

v1.8.5 → v2.0.12026-02-13

### Community

Maintainers

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

---

Top Contributors

[![sebius77](https://avatars.githubusercontent.com/u/20538948?v=4)](https://github.com/sebius77 "sebius77 (83 commits)")

---

Tags

SSOcassymfony-8PRaynosymfony 6Symfony 7sebius77

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M373](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)

PHPackages © 2026

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