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 3w ago

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 21% 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

1896d 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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/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.5M85](/packages/unisharp-laravel-filemanager)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40432.5M138](/packages/league-flysystem-bundle)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k803.2k9](/packages/alexusmai-laravel-file-manager)

PHPackages © 2026

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