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(2mo ago)0727↓100%Apache-2.0PHP

Since Mar 26Pushed 2mo 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 1mo 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

43

—

FairBetter than 90% of packages

Maintenance90

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

78d ago

Major Versions

v1.8.4 → v2.0.02024-12-11

v1.8.5 → v2.0.12026-02-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/07217239063a5bd28d44da06b79c62a7a8af5155530d90a5e7d1b99e08b05be3?d=identicon)[sebius](/maintainers/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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k172.9M1.8k](/packages/symfony-security-bundle)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M190](/packages/simplesamlphp-simplesamlphp)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)

PHPackages © 2026

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