wyrihaximus/phpstan-react
PHPStan extension for ReactPHP projects that flags blocking PHP functions (e.g., file_get_contents, fopen, fread) and suggests async React alternatives from react/filesystem, react/socket, and react/stream. Include the provided ruleset to enforce non-blocking code.
Architecture fit is strong for ReactPHP-based projects using PHPStan for static analysis, as it enforces async best practices by identifying blocking I/O functions. Integration is feasible via Composer and minimal NEON configuration, requiring PHP 8.4+ and existing PHPStan setup. However, the 2025-04-26 release date appears erroneous (future-dated), indicating potential metadata inconsistencies. Technical risks include minimal community adoption (2 stars, 0 dependents), infrequent maintenance activity (last PRs in 2023), and potential PHPStan version incompatibility due to dependency constraints (e.g., phpstan/phpdoc-parser:^2.2.0). Key questions: What is the actual maintenance cadence? Which PHPStan versions
How can I help you explore Laravel packages today?