generalsystemsvehicle / industrialist
A SAML2 Service Provider for Laravel
dev-master
2022-11-29 23:25 UTC
Requires
- php: >=7.2
- illuminate/support: ^6.0|^7.0|^8.0|^9.0
- onelogin/php-saml: ^4.0
Requires (Dev)
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^7.5
- phpunit/phpunit: ^9.0
- rregeer/phpunit-coverage-check: ^0.3
This package is auto-updated.
Last update: 2024-12-29 06:51:50 UTC
README
A SAML2 Service Provider package for Laravel
Installation
Install via composer
composer require GeneralSystemsVehicle/industrialist
Publish Configuration File
php artisan vendor:publish --provider="GeneralSystemsVehicle\Industrialist\Providers\ServiceProvider" --tag="config"
Usage
CHANGE ME
Security
If you discover any security related issues, please email instead of using the issue tracker.