PHPackages                             byrnes2014/flysystem-oss - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. byrnes2014/flysystem-oss

ActiveLibrary[File &amp; Storage](/categories/file-storage)

byrnes2014/flysystem-oss
========================

Flysystem adapter for the Oss storage.

0.0.1(5y ago)1241MITPHPPHP ^7.2.5 || ^8.0

Since Apr 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/byrnes2014/flysystem-oss)[ Packagist](https://packagist.org/packages/byrnes2014/flysystem-oss)[ RSS](/packages/byrnes2014-flysystem-oss/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (1)

 flysystem-oss
===============

[](#-flysystem-oss-)

 .

Installing
----------

[](#installing)

```
$ composer require byrnes2014/flysystem-oss -vvv
```

Usage
-----

[](#usage)

```
    use Byrnes2014\Flysystem\Oss\QssAdapter;
```

Api
---

[](#api)

```
 $flysystem->write('file.md', 'contents');

 $flysystem->write('file.md', 'http://httpbin.org/robots.txt', ['mime' => 'application/redirect302']);

 $flysystem->writeStream('file.md', fopen('path/to/your/local/file.jpg', 'r'));

 $flysystem->update('file.md', 'new contents');

 $flysystem->updateStream('file.md', fopen('path/to/your/local/file.jpg', 'r'));

 $flysystem->rename('foo.md', 'bar.md');

 $flysystem->copy('foo.md', 'foo2.md');

 $flysystem->delete('file.md');

 $flysystem->has('file.md');

string|false $flysystem->read('file.md');

array $flysystem->listContents();

array $flysystem->getMetadata('file.md');

int $flysystem->getSize('file.md');

string $flysystem->getAdapter()->getUrl('file.md');

string $flysystem->getMimetype('file.md');

int $flysystem->getTimestamp('file.md');
```

License
-------

[](#license)

MIT

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

1841d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39298285?v=4)[byrnes2014](/maintainers/byrnes2014)[@byrnes2014](https://github.com/byrnes2014)

---

Tags

filesystemfilesstoragefilesystemsossfile systems

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/byrnes2014-flysystem-oss/health.svg)

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[nimbusoft/flysystem-openstack-swift

Flysystem adapter for OpenStack Swift

44774.4k6](/packages/nimbusoft-flysystem-openstack-swift)[sausin/laravel-ovh

OVH Object Storage driver for laravel

40153.5k](/packages/sausin-laravel-ovh)[luoyy/ali-oss-storage

aliyun oss filesystem storage for laravel 9+

1529.9k1](/packages/luoyy-ali-oss-storage)

PHPackages © 2026

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