ecphp / cas-bundle
A bundle for Symfony 4 & 5, providing authentication against a Central Authentication Service (CAS) server.
Installs: 24 885
Dependents: 2
Suggesters: 0
Security: 0
Stars: 35
Watchers: 5
Forks: 5
Open Issues: 6
Type:symfony-bundle
Requires
- php: >= 7.4
- ext-filter: *
- ext-json: *
- ext-simplexml: *
- ecphp/cas-lib: 1.1.*
- psr/http-client: ^1.0
- psr/http-message: ^1.0
- symfony/framework-bundle: ^5.2
- symfony/psr-http-message-bridge: ^1 || ^2
Requires (Dev)
- ecphp/php-conventions: ^1
- friends-of-phpspec/phpspec-code-coverage: ^6.0.0
- infection/infection: ^0.24
- infection/phpspec-adapter: ^0.1.2
- loophp/unaltered-psr-http-message-bridge-bundle: ^2.0
- nyholm/psr7: ^1.2
- phpspec/phpspec: 7.2.0
- symfony/cache: ^5.2
- symfony/dependency-injection: ^5.2
- symfony/http-client: ^5.2
- symfony/monolog-bundle: ^3.5
- symfony/routing: ^5.2
- symfony/security-bundle: ^5.2
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).
- dev-master
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/github_actions/actions/cache-3.0.6
- dev-dependabot/composer/infection/infection-tw-0.26
This package is auto-updated.
Last update: 2022-08-05 12:01:42 UTC
README
CAS Bundle
A CAS bundle for Symfony 4 & 5.
Read more on the dedicated documentation site: https://ecphp-cas-bundle.readthedocs.io/