wyrihaximus/react-phpunit-run-tests-in-fiber
PHPUnit trait to run each test inside a PHP Fiber, making it easy to use ReactPHP async/await in tests. Includes optional per-test or per-class timeout attributes to fail slow tests (without stopping the running fiber).
Architecture fit: Poor for standard Laravel applications. Laravel's testing framework is synchronous by design with no native fiber support. The package introduces ReactPHP's event loop which conflicts with Laravel's built-in async tools (e.g., queue workers, HTTP clients) and standard test runners.
Integration feasibility: Low. Only viable if the project explicitly uses ReactPHP components (e.g., custom event loops, non-blocking I/O). Most Laravel projects don't require this, making integration unnecessary and potentially disruptive.
Technical risk: High. Minimal community adoption (0 stars, 0 dependents), no active maintenance history beyond recent updates. Risk of conflicts with Laravel's test lifecycle (e.g., database transactions, mock objects) and potential for silent failures due to fiber
How can I help you explore Laravel packages today?