PHPackages                             laasti/flysystem-provider - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. laasti/flysystem-provider

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laasti/flysystem-provider
=========================

A league/container v2 service provider for Flysystem.

v2.0.1(10y ago)0290[1 PRs](https://github.com/laasti/flysystem-provider/pulls)MITPHP

Since Aug 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/laasti/flysystem-provider)[ Packagist](https://packagist.org/packages/laasti/flysystem-provider)[ RSS](/packages/laasti-flysystem-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

Laasti/flysystem-provider
=========================

[](#laastiflysystem-provider)

Installation
------------

[](#installation)

```
composer require laasti/flysystem-provider

```

Usage
-----

[](#usage)

```
$container = new League\Container\Container;
$container->addServiceProvider('Laasti\FlysystemProvider\FlysystemProvider');
//The first defined adapter is used as the default for League\Flysystem\FilesystemInterface
$container->add('config.flysystem', [
    //the first item in array is the adapter class, the second is the adapter's constructor parameters
    'upload' => ['League\Flysystem\Adapter\Local', ['your-uploads-directory']],
    'temp' => ['League\Flysystem\Adapter\Local', ['your-temp-directory']],
    //see League/Flysystem's documentation for more adapters
]);

$manager = $container->get('League\Flysystem\MountManager');
$manager->read('upload://path-to-file.txt);
//or get the default filesystem
$filesystem = $container->get('League\Flysystem\FilesystemInterface');
//or get a filesystem by its name from the container
$tempFiles = $container->get('flysystem.filesystem.temp');
//or an adapter
$tempAdapter = $container->get('flysystem.adapter.temp');
```

Contributing
------------

[](#contributing)

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

History
-------

[](#history)

See Github's releases or tags

Credits
-------

[](#credits)

Author: Sonia Marquette (@nebulousGirl)

License
-------

[](#license)

Released under the MIT License. See LICENSE.txt file.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~118 days

Total

3

Last Release

3680d ago

Major Versions

v1.0 → v2.02016-02-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/48bb7fdba3e642d3dc668b9ff03ff949b9043f58096f3c85c13de508b53e7d68?d=identicon)[nebulousGirl](/maintainers/nebulousGirl)

---

Top Contributors

[![nebulousGirl](https://avatars.githubusercontent.com/u/1899256?v=4)](https://github.com/nebulousGirl "nebulousGirl (3 commits)")

### Embed Badge

![Health badge](/badges/laasti-flysystem-provider/health.svg)

```
[![Health](https://phpackages.com/badges/laasti-flysystem-provider/health.svg)](https://phpackages.com/packages/laasti-flysystem-provider)
```

###  Alternatives

[consolidation/robo

Modern task runner

2.7k62.9M410](/packages/consolidation-robo)[coenjacobs/mozart

Composes all dependencies as a package inside a WordPress plugin

4723.6M20](/packages/coenjacobs-mozart)[roach-php/core

A complete web scraping toolkit for PHP

1.5k352.4k3](/packages/roach-php-core)[afosto/yaac

Yet Another ACME client: a decoupled LetsEncrypt client

245500.4k1](/packages/afosto-yaac)[ckfinder/ckfinder-laravel-package

CKFinder 3 package for Laravel

159497.2k48](/packages/ckfinder-ckfinder-laravel-package)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
