amphp/http-server-router
amphp/http-server-router is a fast, async router for Amp’s HTTP server. It maps paths and methods to request handlers, supports route groups and parameters, and provides middleware-style dispatching for building clean, high-performance PHP microservices.
Architecture fit: Only suitable for projects built on Amp HTTP server. Not compatible with traditional synchronous PHP frameworks like Laravel, which rely on PHP-FPM or Apache mod_php. Requires full adoption of Amp's event-driven architecture, representing a fundamental shift from Laravel's synchronous model.
Integration feasibility: Extremely low for existing Laravel applications. Would necessitate replacing Laravel's entire HTTP layer, including routing, middleware, and request lifecycle handling—effectively requiring a complete rewrite. No compatibility with Laravel's service container, Eloquent, or built-in tools.
Technical risk: High. Low adoption (39 stars, score 20.475) suggests limited real-world validation and community scrutiny. Async PHP expertise is rare, increasing the likelihood of subtle bugs (e.g., unhandled promise rejections, resource leaks). Last release
How can I help you explore Laravel packages today?