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 Proxy React Laravel Package

clue/http-proxy-react

Async HTTP proxy with support for forward and reverse proxying (including HTTPS via CONNECT), built on ReactPHP. Useful for tunneling, debugging and routing HTTP(S) traffic in event-driven PHP apps, with streaming I/O and low overhead.

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Build vs. Buy: Eliminates need to build a custom proxy from scratch; MIT license avoids licensing costs and reduces maintenance burden versus proprietary solutions.
  • Roadmap Enablement: Accelerates development of internal API gateways, debugging tools (e.g., request inspection for QA), and custom routing logic for microservices without blocking I/O overhead.
  • Use Cases: Ideal for lightweight service mesh components, multi-tenant routing in SaaS, or testing third-party APIs by dynamically modifying headers/URLs in real-time.

When to Consider This Package

  • Adopt when:
    • Building PHP-based long-running services requiring non-blocking HTTP traffic mediation (e.g., background workers, CLI tools).
    • Needing granular control over request/response interception (headers, targets) within an existing ReactPHP ecosystem.
    • Prioritizing low resource usage for simple proxying tasks where full reverse proxies (e.g., Nginx) are overkill.
  • Look elsewhere if:
    • SSL termination, load balancing, or advanced caching is required (use dedicated reverse proxies).
    • The team lacks ReactPHP experience or the project uses synchronous PHP frameworks (e.g., Laravel without async context).
    • High-throughput production routing is needed (this is for lightweight/embedded use cases, not high-scale edge proxying).

How to Pitch It (Stakeholders)

  • Executives: "This open-source package enables us to build scalable HTTP routing and debugging capabilities in-house at near-zero cost, accelerating feature delivery for critical tools like API gateways and QA environments. It avoids infrastructure overhead while keeping engineering resources focused on core product value."
  • Engineers: "It integrates seamlessly with ReactPHP’s event loop for non-blocking request handling, with minimal overhead. Easily extend via middleware to intercept, modify, or route traffic in existing PHP apps—
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
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
twbs/bootstrap4