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 May 8, 2024 via composer

league/flysystem-local 3.23.0

Local filesystem adapter for Flysystem.
Package summary
Share
0
issues
1
license
3
MIT
Package created
3 May 2023
Version published
4 Dec 2023
Maintainers
1
Total deps
3
Direct deps
2
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
3 Packages, Including:
league/flysystem@3.27.0
league/flysystem-local@3.23.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

2
All Dependencies CSV
β“˜ This is a list of league/flysystem-local '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

Visualizations

Frequently Asked Questions

What does league/flysystem-local do?

The league/flysystem-local is a composer package that serves as a local filesystem adapter for Flysystem. This package is a part of Flysystem library offered by the PHP League and it's specifically designed to handle local file storage, enabling developers to effectively read and write files on a local filesystem.

How do you use league/flysystem-local?

To get started with league/flysystem-local, you'll first need to install the package via Composer. You can do this using the following command:

composer require league/flysystem-local

Once the package is included in your project, you can use it by initiating an instance of the local adapter. The exact usage depends on your application needs and configuration.

Where are the league/flysystem-local docs?

The full documentation for the league/flysystem-local package can be found at this URL: https://flysystem.thephpleague.com/docs/adapter/local/. Here, you'll find comprehensive information on how to use this local filesystem adapter, including various options and functionalities it offers. If you wish to contribute to the development or report issues, you can visit the main GitHub repository at https://github.com/thephpleague/flysystem.