PHPackages                             xiaomlove/laravel-filesystem-cloudinary - 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. xiaomlove/laravel-filesystem-cloudinary

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

xiaomlove/laravel-filesystem-cloudinary
=======================================

a cloudinary filesystem for laravel

v0.1.0(7y ago)150MITPHP

Since Apr 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/xiaomlove/laravel-filesystem-cloudinary)[ Packagist](https://packagist.org/packages/xiaomlove/laravel-filesystem-cloudinary)[ Docs](https://github.com/xiaomlove/laravel-filesystem-cloudinary)[ RSS](/packages/xiaomlove-laravel-filesystem-cloudinary/feed)WikiDiscussions master Synced today

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

Laravel Filesystem for cloudinary
=================================

[](#laravel-filesystem-for-cloudinary)

base on [carlosocarvalho/flysystem-cloudinary](https://github.com/carlosocarvalho/flysystem-cloudinary)

Configuration
-------------

[](#configuration)

```
...

'cloudinary' => [
    'driver' => 'cloudinary',
    'api_key' => env('CLOUDINARY_API_KEY'),
    'api_secret' => env('CLOUDINARY_API_SECRET'),
    'cloud_name' => env('CLOUDINARY_CLOUD_NAME'),
],

...
```

Usage
-----

[](#usage)

```
use Storage

// get fle url
Storage::url($path)

// get file url with options, options referance to: https://github.com/cloudinary/cloudinary_php#usage
Storage::getUrl($path, $options)
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

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

2577d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0668228c4e2bc50cfd87bb2125b0fecb3e5b77a3ff4cdc52428e07aaaeb4625e?d=identicon)[xiaomlove](/maintainers/xiaomlove)

---

Tags

cloudinaryfilesystemlaravelstoragefilesystemlaravelcloudinary

### Embed Badge

![Health badge](/badges/xiaomlove-laravel-filesystem-cloudinary/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M788](/packages/league-flysystem-aws-s3-v3)[yoelpc4/laravel-cloudinary

Laravel Cloudinary filesystem cloud driver.

3343.0k](/packages/yoelpc4-laravel-cloudinary)[jerodev/flysystem-v3-smb-adapter

SMB adapter for Flysystem v3

1289.9k1](/packages/jerodev-flysystem-v3-smb-adapter)

PHPackages © 2026

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