PHP Package: stechstudio/filament-impersonate
Filament Impersonate allows for user impersonation in PHP applications, enhancing user management and testing workflows with ease.
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.
Download Latest Version: 4.0.1

Previous Versions
v3.15
v3.16 - Coming soon
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.