PHPackages                             ultraware/php-saml - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ultraware/php-saml

AbandonedArchivedLibrary

ultraware/php-saml
==================

OneLogin PHP SAML IDP list extension

3.0.1(5y ago)0526MITPHPPHP &gt;=5.4.2

Since Aug 1Pushed 5y ago2 watchersCompare

[ Source](https://github.com/ultraware/php-saml)[ Packagist](https://packagist.org/packages/ultraware/php-saml)[ RSS](/packages/ultraware-php-saml/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

PHP-saml with idp list
======================

[](#php-saml-with-idp-list)

Partial copy of onelogin/php-saml with scoping (idp-list)

usage
=====

[](#usage)

### create a new Saml2 auth class with

[](#create-a-new-saml2-auth-class-with)

```
$auth = new \Ultraware\phpSaml\lib\Auth();
```

### Add the following to the settings.php to use scoping

[](#add-the-following-to-the-settingsphp-to-use-scoping)

```
    // Identity Provider Data that we want connected with our SP.
    'idp' => array [

        ....

        /*
         * You can optional set a scoping. Scoping allows a service provider to specify a list of identity
         * providers in an authnRequest to a proxying identity provider. This is an indication to the
         * proxying identity provider, that the service will only deal with the identity providers specified.
         */
        'scoping' => [
            // Specifies the number of proxying indirections permissible.
            'proxyCount' => 2,
            // The list of entityIDs for identity providers that are relevant for a service provider in an authnRequest.
            'idpList' => ['entityId'],
            // To allow an identity provider to identify the original requester
            'requesterId' => 'requesterId.nl',
        ],

        ...

    ]
```

Laravel
=======

[](#laravel)

```
composer require aacotroneo/laravel-saml2

```

register the `Ultraware\phpSaml\laravel\Saml2ServiceProvide::class` in your'e config/app.php instead of the `Aacotroneo\Saml2\Saml2ServiceProvider::class`Add the config to the sam2\_settings.php

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~210 days

Recently: every ~188 days

Total

6

Last Release

2156d ago

Major Versions

1.2.0 → 2.0.02020-03-26

2.0.0 → 3.0.02020-06-19

### Community

---

Top Contributors

[![Ricky-rick](https://avatars.githubusercontent.com/u/9480194?v=4)](https://github.com/Ricky-rick "Ricky-rick (10 commits)")

### Embed Badge

![Health badge](/badges/ultraware-php-saml/health.svg)

```
[![Health](https://phpackages.com/badges/ultraware-php-saml/health.svg)](https://phpackages.com/packages/ultraware-php-saml)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
