LaravelPackages.net
Acme Inc.
Toggle sidebar
laravel-enso/impersonate

User impersonation support for Laravel Enso

59.806
8
3.6.4
About laravel-enso/impersonate

laravel-enso/impersonate is a Laravel package for user impersonation support for laravel enso. It currently has 8 GitHub stars and 59.806 downloads on Packagist (latest version 3.6.4). Install it with composer require laravel-enso/impersonate. Discover more Laravel packages by laravel-enso or browse all Laravel packages to compare alternatives.

Last updated

Impersonate

License Stable Downloads PHP Issues Merge Requests

Description

Impersonate adds Enso user impersonation routes, middleware, and frontend boot state.

The package exposes start and stop impersonation endpoints, registers the impersonate middleware alias, and publishes an Impersonating state provider so the frontend can reflect the current session mode.

It is a focused authentication-adjacent package, not a full access-management system on its own.

Installation

Install the package:

composer require laravel-enso/impersonate

Run the package migrations:

php artisan migrate

Features

  • Start and stop impersonation endpoints.
  • Dedicated impersonation middleware alias.
  • Frontend state provider for current impersonation status.
  • Authorization provider wiring through the package service providers.

Usage

The package mounts:

route('core.impersonate.start', ['user' => $user]);
route('core.impersonate.stop');

API

HTTP routes

  • GET api/core/impersonate/{user}
  • GET api/core/impersonate/stop

Middleware

  • impersonate

Depends On

Required Enso packages:

Contributions

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

Star History Chart