php-remote-server:通过 PHP 连接和管理远程服务器的库

时间:2024-07-22 16:17:00
【文件属性】:

文件名称:php-remote-server:通过 PHP 连接和管理远程服务器的库

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-22 16:17:00

PHP

PHP 远程服务器 通过 PHP 连接和管理远程服务器的库。 —— PHP 扩展 SSH2 ** Ubuntu 安装: // apt-get install libssh2-php // /etc/inid.d/apache2 restart —— 通过 Composer 安装 # add in composer.json " require-dev " : { " tiagobutzke/php-remote-server " : " 1.0.* " } 如何使用 SSH协议 $ remoteServer = new \ RemoteServer \ RemoteServer ( new \ RemoteServer \ Ssh () ); $ remoteServer -> connect ( '127.0.0.1' , 'username' , 'passw


【文件预览】:
php-remote-server-master
----composer.json(534B)
----tests()
--------phpunit.xml(475B)
--------lib()
----.gitignore(21B)
----lib()
--------RemoteServer()
----README.md(1KB)

网友评论