Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Http Server Laravel Package

amphp/http-server

Asynchronous, non-blocking HTTP server for PHP built on Amp. Create high-performance web apps and APIs with event-driven I/O, middleware, routing, and streaming request/response bodies. Includes HTTP/1.1 and HTTP/2 support and TLS integration.

View on GitHub
Deep Wiki
Context7

Technical Evaluation

  • Architecture fit: Not designed for Laravel integration; standalone async server requiring fundamental shift from Laravel's synchronous model. Best suited for new microservices needing high concurrency (e.g., SSE, WebSockets), but incompatible with Laravel's monolithic architecture without significant refactoring.
  • Integration feasibility: Low for existing Laravel projects. Requires replacing synchronous components (e.g., Eloquent, session handling) with Amp-compatible async alternatives. No official Laravel bridge exists, forcing custom implementation of routing, middleware, and dependency injection.
  • Technical risk: High. Amp's niche adoption (1.3k stars) implies limited community support and fewer battle-tested patterns. Async PHP introduces subtle bugs (race conditions, unhandled exceptions), and database drivers must be fully async—Laravel's default sync DB connections would block the event loop. The "2026-02-08" release date appears erroneous, raising version stability concerns.
  • Key questions:
    • How will the team handle async database operations (e.g., using amphp/postgres instead of Eloquent)?
    • Is there a plan to refactor session management for async contexts?
    • What is the ROI for migrating specific features vs. using traditional PHP-FPM + Swoole/ReactPHP?

Integration Approach

  • Stack fit: Only viable as a separate service (e.g., dedicated microservice for real-time features), not within Laravel’s core.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport