Download the PHP package oktalogin/saml-okta-login without Composer
On this page you can find all versions of the php package oktalogin/saml-okta-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package saml-okta-login
Laravel SAML
Installation
Install the package by the following command, (try with --dev
if you want to install it on dev environment)
composer require oktalogin/saml-okta-login
Publish the Config
Run the following command to publish config file,
php artisan vendor:publish --provider="Oktalogin\SamlOktaLogin\OktaLoginServiceProvider" --tag=config
Add Provider
Add the provider to your config/app.php
into provider
section if using lower version of laravel,
Oktalogin\SamlOktaLogin\OktaLoginServiceProvider::class,
After publishing, users can customize the config/saml.php file as needed.
Run Composer Dump-Autoload:
composer dump-autoload
License
The MIT License (MIT). Please see License File for more information
All versions of saml-okta-login with dependencies
PHP Build Version
Package Version
Requires
onelogin/php-saml Version
^4.2.0
litesaml/lightsaml Version ^v4.2.0
php Version >=7.0
illuminate/support Version >=5.4
ext-json Version *
litesaml/lightsaml Version ^v4.2.0
php Version >=7.0
illuminate/support Version >=5.4
ext-json Version *
The package oktalogin/saml-okta-login contains the following files
Loading the files please wait ....