PHPackages                             d2my/impersonate - 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. d2my/impersonate

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

d2my/impersonate
================

Laravel package for impersonate users

1.1.0(1y ago)0514MITPHPPHP ^8.1

Since Aug 16Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (3)Used By (0)

impersonate
===========

[](#impersonate)

Impersonate Laravel Package

config/app.php
==============

[](#configappphp)

В массив providers в провайдеры пакетов добавить:

```
  \D2my\Impersonate\Providers\ImpersonateServiceProvider::class,
```

Опубликовать конфиг
===================

[](#опубликовать-конфиг)

```
  php artisan vendor:publish --tag=impersonate

```

config/impersonate.php
======================

[](#configimpersonatephp)

Настроить конфиг

Запустить миграцию
==================

[](#запустить-миграцию)

```
  php artisan migrate

```

Роуты
=====

[](#роуты)

Login (POST)

```
  route('impersonate.login', ['id' => $id])
```

Logout (DELETE)

```
  route('impersonate.logout')
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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 ~421 days

Total

2

Last Release

579d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f86590d9535365977960c0ae0fdb304edd9620c57e88775217e3a29381b0684?d=identicon)[D2MY](/maintainers/D2MY)

---

Top Contributors

[![D2MY](https://avatars.githubusercontent.com/u/78219519?v=4)](https://github.com/D2MY "D2MY (13 commits)")

### Embed Badge

![Health badge](/badges/d2my-impersonate/health.svg)

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

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M43](/packages/santigarcor-laratrust)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).

263763.5k1](/packages/codegreencreative-laravel-samlidp)

PHPackages © 2026

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