PHP Package: stechstudio/filament-impersonate

Filament Impersonate allows for user impersonation in PHP applications, enhancing user management and testing workflows with ease.

Current Version: 4.0.1
Last Updated: 2025-08-13
PHP Requirement: >=7.4
Dependencies: None

Package Description

Filament Impersonate is a powerful PHP library that simplifies user impersonation processes, ensuring seamless management and efficient testing capabilities for web applications. With its intuitive features, it streamlines user-based tasks and enhances overall system functionality.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.1

Download Download v4.0.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/stechstudio/filament-impersonate/4.0.1/loader.php';

use Filament\Impersonate\ImpersonateManager;

$obj = new ImpersonateManager();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.