PHPackages                             realconnex/user-identity - 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. realconnex/user-identity

ActiveLibrary

realconnex/user-identity
========================

Realconnex user identity library.

0185PHP

Since Nov 30Pushed 7y agoCompare

[ Source](https://github.com/RealConnex/user-identity)[ Packagist](https://packagist.org/packages/realconnex/user-identity)[ RSS](/packages/realconnex-user-identity/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

realconnex-user-identity
========================

[](#realconnex-user-identity)

User identity library for parsing JWT token and receiving user identity data

#### Installation

[](#installation)

```
$ composer require realconnex/user-identity
```

#### Configuration

[](#configuration)

Register class as a service in service.yml

```
services:
    Realconnex\UserIdentity:
        public: true
```

#### Usage

[](#usage)

Inject package into you class

```
public function __construct(UserIdentity $userIdentity)
{
    $this->userIdentity = $userIdentity;
}
```

Extract user ID from Authorization token

```
$response = $this->userIdentity->getUserId();
```

#### Options

[](#options)

- `authServiceName` – parameter allows to replace auth service to receive user data

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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/1d9e9cdabe2972cb1cbf51b49f1b6265436d94287367d1a1ff082f024985004b?d=identicon)[Daniilm](/maintainers/Daniilm)

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

### Embed Badge

![Health badge](/badges/realconnex-user-identity/health.svg)

```
[![Health](https://phpackages.com/badges/realconnex-user-identity/health.svg)](https://phpackages.com/packages/realconnex-user-identity)
```

PHPackages © 2026

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