Registry / networking / league-flysystem-sftp-v3

league-flysystem-sftp-v3

JSON →
library3.33.0phppackagistunverified

SFTP filesystem adapter for Flysystem.

composer require league/flysystem-sftp-v3
INSTALL
IMPORT
SIG · LEAGUE-FLYSYSTEM-S
L
league-flysystem-sftp-v3
networkingphpv3.33.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SftpAdapter
use League\Flysystem\PhpseclibV3\SftpAdapter;

Create an SFTP filesystem and read a file.

use League\Flysystem\PhpseclibV3\SftpAdapter; use League\Flysystem\Filesystem; $adapter = new SftpAdapter([ 'host' => 'example.com', 'username' => 'user', 'password' => 'pass', 'root' => '/path/to/root', ]); $filesystem = new Filesystem($adapter); $contents = $filesystem->read('file.txt');
Debug
Known issues
breakingRequires phpseclib/phpseclib ^3.0.
fix
Install phpseclib/phpseclib version 3.x.
affects: >=3.0
Upgrade
Version history
3.33.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Resources
league-flysystem-sftp-v3 — pip install league-flysystem-sftp-v3 · libregistry