Download the PHP package stgbundle/cas-bundle without Composer
On this page you can find all versions of the php package stgbundle/cas-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stgbundle/cas-bundle
More information about stgbundle/cas-bundle
Files in stgbundle/cas-bundle
Package cas-bundle
Short Description Bundle de CAS para Symfony 7.4+
License MIT
Homepage https://github.com/deimsantafe/stg-cas-bundle
Informations about the package cas-bundle
Stg CAS Bundle
Bundle de autenticación CAS (Central Authentication Service) para Symfony 7.4 y PHP 8.2+.
Requisitos
| Componente | Versión mínima |
|---|---|
| PHP | 8.2 |
| Symfony | 7.4 |
| symfony/security-bundle | 7.4 |
Instalación
1). Instalación desde packagist.org: https://packagist.org/packages/stgbundle/cas-bundle
composer require stgbundle/cas-bundle
Nota: Debe tener instalado previamente el SecurityBundle: composer require symfony/security-bundle
En el config/bundles.php, el SecurityBundle se debe cargar antes que CasBundle:
2). Ajustar la configuración de seguridad — config/packages/security.yaml
Nota: entry_point varía según cómo se llame el firewall ($firewallName) puede ser que sea secure, entonces se define entry_point: cas.authenticator.secure
3). Configuración del bundle
Crear el archivo config\packages\cas.yaml:
4). La aplicación necesita al menos estas tres rutas:
All versions of cas-bundle with dependencies
symfony/framework-bundle Version ^7.4
symfony/security-bundle Version ^7.4
symfony/security-http Version ^7.4
symfony/http-foundation Version ^7.4
symfony/http-kernel Version ^7.4