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
Generated on Apr 27, 2024 via composer

league/flysystem 3.14.0

File storage abstraction for PHP
Package summary
Share
0
issues
1
license
2
MIT
Package created
15 Jan 2014
Version published
11 Apr 2023
Maintainers
1
Total deps
2
Direct deps
1
License
MIT

Issues

0
This package has no issues

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
2 Packages, Including:
league/flysystem@3.14.0
league/mime-type-detection@1.15.0
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

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

Visualizations

Frequently Asked Questions

What does league/flysystem do?

League\Flysystem is a file storage library for PHP. It offers an interface to interact with various file systems, providing protection against vendor lock-in and ensuring a consistent user experience. The library allows interaction with numerous storage types, according to what suits your needs best. Included among these are various options such as Local, FTP, SFTP, Memory, AWS S3, AsyncAws S3, Google Cloud Storage, Azure Blob Storage, WebDAV, and ZipArchive; the platform also supports third-party adapters.

How do you use league/flysystem?

To utilize the League\Flysystem package, you would first need to install it via composer. Once done, you can integrate it within your PHP project using the required syntax. When it comes to the actual code usage examples, these would primarily be available in the detailed documentation provided by League\Flysystem. Moreover, the package includes a number of officially supported adapters (e.g., Local, FTP, SFTP), each of which can be used following its specific guidelines.

Where are the league/flysystem docs?

The documentation for League\Flysystem is hosted on their official website. It includes a comprehensive guide on how to interact with the Flysystem instance through the Flysystem API. Moreover, detailed architecture notes can be found at Architecture and for those upgrading from older versions, guidance is provided at Upgrade from 1x. You can find guidance on how to create and implement your own adapters at Create an Adapter. The documentation covers usage from getting started to advanced topics like creating your own adapter.