ecphp / cas-bundle
A bundle for Symfony 4 & 5, providing authentication against a Central Authentication Service (CAS) server.
Installs: 10 125
Dependents: 2
Suggesters: 0
Security: 0
Stars: 25
Watchers: 4
Forks: 3
Open Issues: 4
Type:symfony-bundle
Requires
- php: >= 7.2.5
- ext-json: *
- ext-simplexml: *
- ecphp/cas-lib: 1.1.*
- nyholm/psr7: ^1.2
- sensio/framework-extra-bundle: ^5.6
- symfony/cache: ^5.1
- symfony/dependency-injection: ^5.1
- symfony/http-client: ^5.1
- symfony/monolog-bundle: ^3.5
- symfony/psr-http-message-bridge: ^1 || ^2
- symfony/routing: ^5.1
- symfony/security-bundle: ^5.1
Requires (Dev)
- drupol/php-conventions: ^1.8.17
- friends-of-phpspec/phpspec-code-coverage: ^4.3.2
- infection/infection: ^0.15.3
- loophp/unaltered-psr-http-message-bridge-bundle: ^1.0
- phpspec/phpspec: ^6.2.1
- vimeo/psalm: ^3.14.1
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).
This package is auto-updated.
Last update: 2020-12-23 06:04:37 UTC
README
CAS Bundle
A CAS bundle for Symfony 4 & 5.
Read more on the dedicated documentation site: https://ecphp-cas-bundle.readthedocs.io/