Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
This package has been abandoned. Use league/flysystem-sftp-v3 instead.
Generated on May 22, 2024 via composer

league/flysystem-sftp 3.22.0

SFTP filesystem adapter for Flysystem.
Package summary
Share
1
issue
1
high severity
meta
1
1
license
5
MIT
Package created
17 Jan 2015
Version published
18 Nov 2023
Maintainers
1
Total deps
5
Direct deps
3
License
MIT

Issues

1

1 high severity issue

high
via: league/flysystem-sftp@3.22.0
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
5 Packages, Including:
league/flysystem@3.27.0
league/flysystem-local@3.25.1
league/flysystem-sftp@3.22.0
league/mime-type-detection@1.15.0
phpseclib/phpseclib@2.0.47
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

3
All Dependencies CSV
β“˜ This is a list of league/flysystem-sftp 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
league/flysystem3.27.0-MIT
prod
league/mime-type-detection1.15.0-MIT
prod
phpseclib/phpseclib2.0.47-MIT
prod

Visualizations

Frequently Asked Questions

What does league/flysystem-sftp do?

The PHP package league/flysystem-sftp serves as an SFTP filesystem adapter for Flysystem. It provides a convenient way for developers to interact with SFTP storage in their PHP applications. With this package, files can be effortlessly read, written, and manipulated on SFTP servers. However, it's important to note that this package has been deprecated since the release of Flysystem 3.0. The developers recommend using Flysystem for SFTP v3 as a more up-to-date alternative.

How do you use league/flysystem-sftp?

To utilize league/flysystem-sftp, you'll need to incorporate it into your project via Composer. This can be achieved by running the following command in your terminal:

composer require league/flysystem-sftp

After installing the package, you can use it in your PHP code to interact with your SFTP storage. However, since the exact code usage sample isn't provided in the readme, refer to the Flysystem's general documentation or the API documentation for version-specific guidance.

Where are the league/flysystem-sftp docs?

Documentation for league/flysystem-sftp, where you can find additional insights into its usage and implementation, is available at this link. However, as mentioned earlier, this package version has been deprecated. Therefore, it's advisable to utilize the current package, Flysystem for SFTP v3, and its relevant documentation for the most accurate information.