Download the PHP package deaniliev/remote without Composer
On this page you can find all versions of the php package deaniliev/remote. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download deaniliev/remote
More information about deaniliev/remote
Files in deaniliev/remote
Download deaniliev/remote
More information about deaniliev/remote
Files in deaniliev/remote
Vendor deaniliev
Package remote
Short Description Remote SSH access for The Laravel Framework.
License MIT
Homepage http://laravelcollective.com
Package remote
Short Description Remote SSH access for The Laravel Framework.
License MIT
Homepage http://laravelcollective.com
Please rate this library. Is it a good library?
Informations about the package remote
Official documentation for Remote (SSH) for The Laravel Framework can be found at the LaravelCollective website.
This repo is a fork of LaravelCollective's Remote.
Added Laravel 9 support and install howto.
Installation
composer.json:
config/app.php:
Usage
After connections are defined in confg/remote.php you can use SSH class directly:
SSH::run(['echo "This is a test"']);
All versions of remote with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/filesystem Version ^6.0|^7.0|^8.0
phpseclib/phpseclib Version ^2.0
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/filesystem Version ^6.0|^7.0|^8.0
phpseclib/phpseclib Version ^2.0
The package deaniliev/remote contains the following files
Loading the files please wait ....