ecphp / cas-bundle
A bundle for Symfony, providing authentication against a Central Authentication Service (CAS) server.
3.1.0
2026-03-25 11:01 UTC
Requires
- php: >= 8.4
- ecphp/cas-lib: ^3
- loophp/psr-http-message-bridge-bundle: ^1.0
- psr/http-client: ^1.0
- psr/http-message: ^1.0 || ^2.0
- symfony/framework-bundle: ^7 || ^8
Requires (Dev)
- ext-pcov: *
- ext-xsl: *
- ecphp/php-conventions: ^1
- friends-of-phpspec/phpspec-code-coverage: ^7
- infection/infection: ^0.32
- infection/phpspec-adapter: ^0.3
- loophp/grumphp-license-task: ^1.0.10
- loophp/unaltered-psr-http-message-bridge-bundle: ^2.0
- nyholm/psr7: ^1.8
- phpspec/phpspec: ^7 || ^8
- phpstan/phpstan-symfony: ^2
- symfony/cache: 6.4 || ^7 || ^8
- symfony/dependency-injection: 6.4 || ^7 || ^8
- symfony/http-client: 6.4 || ^7 || ^8
- symfony/routing: 6.4 || ^7 || ^8
- symfony/security-bundle: 6.4 || ^7 || ^8
- veewee/xml: ^4
Suggests
- loophp/unaltered-psr-http-message-bridge-bundle: A drop-in replacement for symfony/psr-http-message-bridge, that does not alter query parameters.
- nyholm/psr7: For a super lightweight PSR-7/17 implementation
- nyholm/psr7-server: For a PSR-7 implementation of Server Requests.
- symfony/cache: For a cache implementation (PSR-6).
- symfony/http-client: For an HTTP client implementation (PSR-18).
- symfony/monolog-bundle: For a logger implementation (PSR-3).
- veewee/xml: If you plan to use CAS XML response, you must require this package.
This package is auto-updated.
Last update: 2026-05-25 15:40:15 UTC
README
CAS Bundle
A CAS bundle for Symfony.
Read more on the dedicated documentation site: https://ecphp-cas-bundle.readthedocs.io/