PHPackages                             gdbots/iam - 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. gdbots/iam

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

gdbots/iam
==========

Php library that provides implementations for gdbots:iam schemas.

v3.0.0(4y ago)015.3k↓33.3%11Apache-2.0PHPPHP &gt;=8.1

Since Sep 30Pushed 4y ago7 watchersCompare

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

READMEChangelog (10)Dependencies (3)Versions (16)Used By (1)

iam-php
=======

[](#iam-php)

Php library that provides implementations for **gdbots:iam** schemas. Using this library assumes that you've already created and compiled your own pbj classes using the [Pbjc](https://github.com/gdbots/pbjc-php) and are making use of the **"gdbots:iam:mixin:\*"** mixins from [gdbots/schemas](https://github.com/gdbots/schemas).

Symfony Integration
-------------------

[](#symfony-integration)

Enabling these services in a Symfony app is done by importing classes and letting Symfony autoconfigure and autowire them.

**config/packages/iam.yml:**

```
services:
  _defaults:
    autowire: true
    autoconfigure: true
    public: false

  Gdbots\Iam\:
    resource: '%kernel.project_dir%/vendor/gdbots/iam/src/**/*'
    exclude: '*Aggregate*'

  Gdbots\Iam\NcrAppProjector:
    arguments:
      $enabled: '%env(bool:NCR_PROJECTOR_ENABLED)%'

  Gdbots\Iam\NcrUserProjector:
    arguments:
      $enabled: '%env(bool:NCR_PROJECTOR_ENABLED)%'
```

The above services do **NOT** handle security though, to get that we need deeper integration with Symfony which is provided by the [gdbots/iam-bundle-php](https://github.com/gdbots/iam-bundle-php).

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 91.3% 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 ~113 days

Recently: every ~127 days

Total

14

Last Release

1618d ago

Major Versions

v0.4.2 → v1.0.02019-06-09

v1.0.0 → v2.0.02020-07-01

v2.1.3 → v3.0.02021-12-12

PHP version history (3 changes)v0.1.0PHP &gt;=7.1

v2.0.0PHP &gt;=7.4

v3.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/04ecf55609310eefdd08182fdc75aec01f6c5aa9657ec6729ac54e6f5dd5f0ef?d=identicon)[gdbrown](/maintainers/gdbrown)

---

Top Contributors

[![gdbrown](https://avatars.githubusercontent.com/u/3344831?v=4)](https://github.com/gdbrown "gdbrown (21 commits)")[![efjacobson](https://avatars.githubusercontent.com/u/6315388?v=4)](https://github.com/efjacobson "efjacobson (1 commits)")[![weiwang314](https://avatars.githubusercontent.com/u/15330153?v=4)](https://github.com/weiwang314 "weiwang314 (1 commits)")

---

Tags

ncrpbjpbjx

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gdbots-iam/health.svg)

```
[![Health](https://phpackages.com/badges/gdbots-iam/health.svg)](https://phpackages.com/packages/gdbots-iam)
```

###  Alternatives

[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)[illuminate/auth

The Illuminate Auth package.

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

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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