PHPackages                             silinternational/idp-pw-api-personnel-multiple - 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. silinternational/idp-pw-api-personnel-multiple

AbandonedArchivedLibrary

silinternational/idp-pw-api-personnel-multiple
==============================================

Personnel component for IdP PW API for using multiple backends.

1.0.0(8y ago)0208MITPHPPHP &gt;=7.0.0

Since Nov 1Pushed 3y ago2 watchersCompare

[ Source](https://github.com/sil-org/idp-pw-api-personnel-multiple)[ Packagist](https://packagist.org/packages/silinternational/idp-pw-api-personnel-multiple)[ RSS](/packages/silinternational-idp-pw-api-personnel-multiple/feed)WikiDiscussions develop Synced 3d ago

READMEChangelog (4)Dependencies (6)Versions (6)Used By (0)

idp-pw-api-personnel-multiple
=============================

[](#idp-pw-api-personnel-multiple)

Personnel backend component for IdP PW API for using multiple backends.

Example Usage
-------------

[](#example-usage)

```
use Sil\IdpPw\Common\Personnel\IdBroker;
use Sil\IdpPw\Common\Personnel\Insite;
use Sil\IdpPw\Common\Personnel\Multiple\Multiple;

// ...

$multiple = new Multiple([
    'personnelBackendConfig' => [
        [
            'class'                 => IdBroker::class,
            'baseUrl'               => 'https://broker.url',
            'accessToken'           => 'abc123',
            'assertValidBrokerIp'   => true,
            'validIpRanges'         => ['10.0.20.0/16'],
        ],
        [
            'class' => Insite::class,
            'insitePeopleSearchBaseUrl'     => 'https://search.url',
            'insitePeopleSearchApiKey'      => 'abc123',
            'insitePeopleSearchApiSecret'   => 'abc123',
        ],
    ],
]);

```

It Matters Which order you define Personnel Backends
----------------------------------------------------

[](#it-matters-which-order-you-define-personnel-backends)

When iterating through personnel backends, each subsequent backend will override the PersonnelUser attributes found from previous backends.

If a user is not found in any one of the backends a NotFoundException is thrown.

If a user is found in multiple backends but the employeeId does not match for them an Exception is thrown.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~0 days

Total

4

Last Release

3116d ago

Major Versions

0.1.2 → 1.0.02017-11-01

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/836739aa4f60c754dc9a4a547ebd0c166e4b6e855d9f119df2be5aec92f3a375?d=identicon)[forevermatt](/maintainers/forevermatt)

---

Top Contributors

[![forevermatt](https://avatars.githubusercontent.com/u/6233204?v=4)](https://github.com/forevermatt "forevermatt (6 commits)")[![fillup](https://avatars.githubusercontent.com/u/556105?v=4)](https://github.com/fillup "fillup (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/silinternational-idp-pw-api-personnel-multiple/health.svg)

```
[![Health](https://phpackages.com/badges/silinternational-idp-pw-api-personnel-multiple/health.svg)](https://phpackages.com/packages/silinternational-idp-pw-api-personnel-multiple)
```

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)

PHPackages © 2026

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