PHPackages                             simplesamlphp/simplesamlphp-module-negotiateext - 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. simplesamlphp/simplesamlphp-module-negotiateext

ActiveSimplesamlphp-module

simplesamlphp/simplesamlphp-module-negotiateext
===============================================

This module implements Microsofts Kerberos SPNEGO mechanism nu leveraging Apache modules

v2.1.0(2mo ago)1671LGPL-3.0-or-laterPHPPHP ^8.3CI passing

Since May 16Pushed 3w ago5 watchersCompare

[ Source](https://github.com/simplesamlphp/simplesamlphp-module-negotiateext)[ Packagist](https://packagist.org/packages/simplesamlphp/simplesamlphp-module-negotiateext)[ RSS](/packages/simplesamlphp-simplesamlphp-module-negotiateext/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (6)Versions (17)Used By (0)

SimpleSAMLphp negotiate-ext module
==================================

[](#simplesamlphp-negotiate-ext-module)

[![Build Status](https://github.com/simplesamlphp/simplesamlphp-module-negotiateext/actions/workflows/php.yml/badge.svg)](https://github.com/simplesamlphp/simplesamlphp-module-negotiateext/actions/workflows/php.yml/badge.svg)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/433c43be33eb4471b3742e4289f4a9d1e82735f243f7e99c3dec97b25e94e292/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73696d706c6573616d6c7068702f73696d706c6573616d6c7068702d6d6f64756c652d6e65676f74696174656578742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/simplesamlphp/simplesamlphp-module-negotiateext/?branch=master)[![Coverage Status](https://camo.githubusercontent.com/6af831b2501319251dc135ff38ffa40dfb447950320080431005220a042ccc56/68747470733a2f2f636f6465636f762e696f2f67682f73696d706c6573616d6c7068702f73696d706c6573616d6c7068702d6d6f64756c652d6e65676f74696174656578742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/simplesamlphp/simplesamlphp-module-negotiateext)[![Type Coverage](https://camo.githubusercontent.com/9c3f3f7d82b28a534c8e2563b919e3c0cfd449366c98c97e45729b9c8bad69a1/68747470733a2f2f73686570686572642e6465762f6769746875622f73696d706c6573616d6c7068702f73696d706c6573616d6c7068702d6d6f64756c652d6e65676f74696174656578742f636f7665726167652e737667)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-negotiateext)[![Psalm Level](https://camo.githubusercontent.com/b8661cc787545339a114af6746a58980c430629d305d273ee494abf3e4d7f70a/68747470733a2f2f73686570686572642e6465762f6769746875622f73696d706c6573616d6c7068702f73696d706c6573616d6c7068702d6d6f64756c652d6e65676f74696174656578742f6c6576656c2e737667)](https://shepherd.dev/github/simplesamlphp/simplesamlphp-module-negotiateext)

Install
-------

[](#install)

Install with composer

```
vendor/bin/composer require simplesamlphp/simplesamlphp-module-negotiateext
```

Configuration
-------------

[](#configuration)

Next thing you need to do is to enable the module:

in `config.php`, search for the `module.enable` key and set `negotiateext` to true:

```
'module.enable' => [ 'negotiateext' => true, … ],
```

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance91

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 87.4% 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 ~207 days

Recently: every ~284 days

Total

13

Last Release

64d ago

Major Versions

v0.9.0 → v1.0.02021-01-23

v0.9.4 → v1.0.12022-01-06

v1.0.1 → v2.0.02022-09-26

PHP version history (4 changes)v0.9.0PHP &gt;=5.6

v1.0.0PHP &gt;=7.4 || ^8.0

v0.9.2PHP &gt;=7.1

v2.1.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/579a16ea8afccc6ab420c393f0e573296fe46dcd293aa4f3b71eefc158ebf3e4?d=identicon)[jaime](/maintainers/jaime)

![](https://www.gravatar.com/avatar/9221e348303eeda74e85236a8bff9b919a90d10e3a478fe1cbb9d833f68d0150?d=identicon)[thijskh](/maintainers/thijskh)

![](https://www.gravatar.com/avatar/d424231c85138609ae230ccd5002c8025fd5dce7f51b2f1778f69ba3a49a4efa?d=identicon)[tvdijen](/maintainers/tvdijen)

---

Top Contributors

[![tvdijen](https://avatars.githubusercontent.com/u/841045?v=4)](https://github.com/tvdijen "tvdijen (153 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![monkeyiq](https://avatars.githubusercontent.com/u/387108?v=4)](https://github.com/monkeyiq "monkeyiq (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

simplesamlphpnegotiate-ext

### Embed Badge

![Health badge](/badges/simplesamlphp-simplesamlphp-module-negotiateext/health.svg)

```
[![Health](https://phpackages.com/badges/simplesamlphp-simplesamlphp-module-negotiateext/health.svg)](https://phpackages.com/packages/simplesamlphp-simplesamlphp-module-negotiateext)
```

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M192](/packages/simplesamlphp-simplesamlphp)[simplesamlphp/simplesamlphp-module-webauthn

A PHP implementation of a FIDO2 / WebAuthn authentication agent

181.4k](/packages/simplesamlphp-simplesamlphp-module-webauthn)

PHPackages © 2026

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