teltek / pumukit-cas-bundle
CAS bundle for PuMuKIT
Package info
github.com/pumukit/PumukitCasBundle
Type:symfony-bundle
pkg:composer/teltek/pumukit-cas-bundle
3.0.1
2025-07-02 12:35 UTC
Requires
- php: ^8.2
- apereo/phpcas: ^1.6
- pumukit/pumukit: ^5.0
README
This bundle allows PuMuKIT use CAS as SSO.
How to install bundle
composer require teltek/pumukit-cas-bundle
if not, add this to config/bundles.php
Pumukit\CasBundle\PumukitCasBundle::class => ['all' => true]
Then execute the following commands
php bin/console cache:clear php bin/console cache:clear --env=prod php bin/console assets:install