infection/include-interceptor
PHP stream wrapper that intercepts the file:// protocol to override the content of any included or autoloaded file at runtime. Register a mapping from original file to replacement, enable the interceptor, and includes/file_get_contents load the replacement instead.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nikic/include-interceptor | 0.84 | PHP extension and library to intercept and virtualize include/require. Lets you provide custom file contents, rewrite paths, or instrument included code without touching the filesystem—useful for loaders, build tools, testing, and sandboxing. | 69 | 69 | 3 | 11K | 1 | 21.4 | 39.3 | — | 4 years ago | |
| roave/infection-static-analysis-plugin | 0.78 | Runs Psalm static analysis on Infection’s generated mutants to mark type-invalid mutations as killed, boosting mutation scores. Use it as a drop-in wrapper for vendor/bin/infection and pass through all Infection flags plus --psalm-config. | 132 | 133 | 21 | 33K | 9 | 32.9 | 41.8 | MIT | 3 weeks ago | |
| wyrihaximus/test-utilities | 0.78 | A set of PHP test utilities for package development: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-made configuration defaults for PHPStan and Rector (paths and docblock-to-attribute conversions). | 7 | 7 | 1 | 51K | 6 | 29.9 | 65.4 | MIT | 1 month ago | |
| infection/extension-installer | 0.71 | Composer plugin bundled with Infection that automatically discovers and registers Infection extensions on install/update. Install an infection-extension package and it’s registered without manual config. Includes guidance for building extensions via composer.json metadata. | 26 | 26 | 4 | 791K | 1 | 1.4 | 55.2 | BSD-3-Clause | 4 years ago | |
| j84115/impersonate | 0.64 | Simple Laravel package to temporarily impersonate other users via /impersonate/login/{user_id} and /impersonate/logout. Add service provider, implement ImpersonateUser on your User model to define who can impersonate and who can be impersonated, then register Route::impersonate(). | 1 | 1 | 0 | 0 | 0 | 0.3 | — | — | 3 years ago | |
| christhompsontldr/impersonate | 0.63 | Laravel package to let authorized users impersonate other accounts for support and troubleshooting. Provides start/stop impersonation helpers, middleware/guards integration, and easy checks to ensure only permitted roles can switch users safely. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 5 years ago | |
| infection/mutator | 0.56 | Mutation testing tool for PHP: generates code mutations and runs your PHPUnit tests to measure how well they catch bugs. Helps improve test quality and identify weak assertions, with configurable mutators, thresholds, and reporting for CI pipelines. | 8 | 8 | 2 | 681K | 0 | 1.3 | 55.3 | BSD-3-Clause | 1 year ago | |
| embed/embed | 0.53 | Extract rich metadata and embed code from any URL using oEmbed, Open Graph, Twitter Cards, and HTML scraping. Works with services like YouTube, Vimeo, Instagram, GitHub, and more. PHP 7.4+, cURL, PSR-17 compatible. | 2,141 | 2,173 | 318 | 290K | 71 | 46.6 | 52.2 | MIT | 1 year ago |
How can I help you explore Laravel packages today?