An open API service indexing awesome lists of open source software.

https://github.com/marvinrabe/laravel-saml2

🛡 Laravel SAML 2 Authentication Provider.
https://github.com/marvinrabe/laravel-saml2

laravel php saml2

Last synced: about 1 month ago
JSON representation

🛡 Laravel SAML 2 Authentication Provider.

Awesome Lists containing this project

README

          

# Laravel SAML 2

[![Latest Version on Packagist](https://img.shields.io/packagist/v/marvinrabe/laravel-saml2.svg?style=flat-square)](https://packagist.org/packages/marvinrabe/laravel-saml2)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/marvinrabe/laravel-saml2/run-tests.yml?branch=master)](https://github.com/marvinrabe/laravel-saml2/actions?query=workflow%3ATests+branch%3Amaster)
[![Total Downloads](https://img.shields.io/packagist/dt/marvinrabe/laravel-saml2.svg?style=flat-square)](https://packagist.org/packages/marvinrabe/laravel-saml2)

SAML2 integration for Laravel based on OneLogin toolkit.

## Installation

Install this package via composer:

```bash
composer require marvinrabe/laravel-saml2
```

## Usage

TODO

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.