PHPackages                             byrnes2014/laravel-filesystem-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/laravel-filesystem-oss

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

byrnes2014/laravel-filesystem-oss
=================================

A Oss storage filesystem for Laravel.

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

Since Apr 26Pushed 5y ago1 watchersCompare

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

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

 laravel-filesystem-oss
========================

[](#-laravel-filesystem-oss-)

 .

Installing
----------

[](#installing)

```
$ composer require byrnes2014/laravel-filesystem-oss -vvv
```

Then in your `config/app.php` add this line to providers array:

```
Jacobcyl\AliOSS\AliOssServiceProvider::class,
```

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

[](#contributing)

```
'disks'=>[
    ...
    'oss' => [
            'driver'        => 'oss',
            'access_id'     => '',
            'access_key'    => '',
            'bucket'        => '',
            'endpoint'      => '',
            'isCName'       =>
            'debug'         =>
    ],
    ...
]
```

Usage
-----

[](#usage)

```
use Illuminate\Support\Facades\Storage;
```

> Then You can use all APIs of laravel Storage

```
Storage::disk('oss'); // if default filesystems driver is oss, you can skip this step

Storage::put('path/to/file/file.jpg', $contents)
```

License
-------

[](#license)

MIT

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

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

1842d ago

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40029.5M87](/packages/league-flysystem-bundle)[league/flysystem-sftp-v3

SFTP filesystem adapter for Flysystem.

6129.6M91](/packages/league-flysystem-sftp-v3)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)

PHPackages © 2026

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