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
v1.4.0
  • Feature: Full support for PHP 8.1 and PHP 8.2. (#32 by @clue and #37 by @SimonFrings)

  • Feature: Mark passwords and URIs as #[\SensitiveParameter] (PHP 8.2+). (#38 by @SimonFrings)

  • Feature: Forward compatibility with upcoming Promise v3. (#35 by @clue)

  • Feature: Avoid dependency on ext-filter. (#31 by @clue)

  • Improve test suite and use new reactphp/async package instead of clue/reactphp-block. (#36 and #39 by @SimonFrings)

v1.3.0
  • Feature: Simplify usage by supporting new default loop. (#27 and #28 by @clue)

    // old (still supported)
    $proxy = new Clue\React\SshProxy\SshProcessConnector('user@example.com', $loop);
    $proxy = new Clue\React\SshProxy\SshSocksConnector('user@example.com', $loop);
    
    // new (using default loop)
    $proxy = new Clue\React\SshProxy\SshProcessConnector('user@example.com');
    $proxy = new Clue\React\SshProxy\SshSocksConnector('user@example.com');
    
  • Documentation improvements and updated examples. (#25, #29 and #30 by @clue and #23 and #26 by @SimonFrings)

  • Improve test suite and use GitHub actions for continuous integration (CI). (#24 by @SimonFrings)

v1.2.0
  • Fix: Fix error reporting when parsing invalid SSH server URL. (#15 by @clue)

  • Enhanced documentation for ReactPHP's new HTTP client. (#21 by @SimonFrings)

  • Improve test suite and add .gitattributes to exclude dev files from exports. Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix. (#14 by @clue and #16, #18, #19 and 22 by @SimonFrings)

v1.1.1
  • Fix: Only start consuming STDOUT data once connection is ready. (#11 by @clue)

  • Add documentation and example for MySQL database SSH tunnel. (#13 by @clue)

v1.1.0
  • Feature: Improve platform support (chroot environments, Mac and others) and do not inherit open FDs to SSH child process by overwriting and closing. (#10 by @clue)
v1.0.0
  • First stable release, following SemVer
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