PHPackages                             twowholeworms/tww-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. twowholeworms/tww-saml

AbandonedArchivedLibrary[Authentication &amp; Authorization](/categories/authentication)

twowholeworms/tww-saml
======================

Module integrating OneLogin's SAML library with ZfcUser

0212[1 issues](https://github.com/TwoWholeWorms/TwwSaml/issues)PHP

Since May 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/TwoWholeWorms/TwwSaml)[ Packagist](https://packagist.org/packages/twowholeworms/tww-saml)[ RSS](/packages/twowholeworms-tww-saml/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

TwwSaml
=======

[](#twwsaml)

**NOTE:** This module is still very much a work in progress. Do not expect it to work until numbered versions start appearing in the repository tags!

This module integrates [OneLogin's php-saml](https://github.com/onelogin/php-saml) library with ZfcUser.

Installation
------------

[](#installation)

The recommended method of installation for this module is via composer. You can either add the dependency with the following command:

```
php composer.php require twowholeworms/tww-saml:dev-master

```

Alternatively, add the following line to your root `composer.json` file:

```
"twowholeworms/tww-saml":"dev-master"

```

Basic configuration
-------------------

[](#basic-configuration)

To enable the module after installation, add `'TwwSaml'` to the modules section of `application.config.php` as follows:

```
return array(
    …
    'modules' => array(
        'Application',
        'TwwSaml'
    ),
    …
);

```

Next, copy `tww-saml.local.php.dist` to `config/autoload/tww-saml.local.php` and modify the settings as documented.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/56230c5d9fde7b69241b08fcbc04608c7d0d27ed65c5400adcf86c9d4e9f9c1f?d=identicon)[TwoWholeWorms](/maintainers/TwoWholeWorms)

---

Top Contributors

[![BenjaminNolan](https://avatars.githubusercontent.com/u/642271?v=4)](https://github.com/BenjaminNolan "BenjaminNolan (30 commits)")

### Embed Badge

![Health badge](/badges/twowholeworms-tww-saml/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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