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

Reactphp Ssh Proxy Laravel Package

clue/reactphp-ssh-proxy

Async SSH proxy connector/forwarder for ReactPHP. Tunnel any TCP/IP protocol (HTTP, SMTP, IMAP, databases) through an SSH server using the system ssh binary. Implements ReactPHP ConnectorInterface for drop-in use with existing clients.

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Build vs Buy: Eliminates custom SSH tunneling implementation, saving engineering resources and reducing long-term maintenance overhead for async network operations.
  • Roadmap Alignment: Critical for event-driven architecture initiatives where non-blocking I/O is required (e.g., scaling microservices, real-time data processing).
  • Use Cases: Secure access to private databases/APIs via jump hosts in cloud-native environments; CLI tools requiring persistent SSH connections; long-running daemons needing concurrent tunnel management without blocking.

When to Consider This Package

  • Adopt when:
    • Your application uses ReactPHP or similar async PHP frameworks.
    • You need non-blocking SSH tunneling for internal network access (e.g., bastion hosts, segmented networks).
    • Standard synchronous SSH clients would degrade performance (e.g., high-concurrency scenarios).
  • Avoid when:
    • The project relies on synchronous PHP frameworks (e.g., traditional Laravel without ReactPHP).
    • Simple one-off SSH commands suffice (use phpseclib or shell-level tools instead
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