mrclay / shibalike

Shibalike is a PHP library for creating Single Sign On between PHP apps on the same origin by emulating a Shibboleth environment. It has components to query attributes for a user, persist them in a non-native Session implementation, and inject them into the $_SERVER array as would a Shibboleth web server module.
Other
19 stars 0 forks source link

Please add support for Laravel 7.* #8

Closed alessioacella closed 1 year ago

alessioacella commented 4 years ago

This package is really useful and I have to use it with a newer laravel version.

Can you please update it?

Thank You.

Alessio