PHPackages                             msol/identification - 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. msol/identification

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

msol/identification
===================

Middleware for identify user by backoffice webservice

1.3(7y ago)017MITPHP

Since Jun 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/robertoAg/identification)[ Packagist](https://packagist.org/packages/msol/identification)[ RSS](/packages/msol-identification/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

identification
==============

[](#identification)

Middleware for identify user by backoffice webservice

Need
----

[](#need)

config + session + log + input

Use
---

[](#use)

constants domains {domain} limiter constants domains {domain} defaultUrlSubscription

Get
---

[](#get)

(cookie) u (get param) u (get param) userId

Set
---

[](#set)

(session) limiterType (session) subscriptionActive (session) userId

Install
-------

[](#install)

You can install the package via composer:

```
$ composer require msol/identification
```

Next, the `\Msol\Identification\Middleware\IdentificationMiddleware::class`-middleware must be registered in the kernel:

```
//app/Http/Kernel.php

protected $middlewareGroups = [
    'web' => [
        ...
        \Msol\Identification\Middleware\IdentificationMiddleware::class,
    ]
];
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

2894d ago

### Community

Maintainers

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

---

Top Contributors

[![robertoAg](https://avatars.githubusercontent.com/u/11331409?v=4)](https://github.com/robertoAg "robertoAg (1 commits)")

### Embed Badge

![Health badge](/badges/msol-identification/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[stechstudio/laravel-jwt

Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel

126117.6k](/packages/stechstudio-laravel-jwt)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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