PHPackages                             phuclh/flysystem-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. phuclh/flysystem-cloudinary

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

phuclh/flysystem-cloudinary
===========================

A Laravel flysystem driver for Cloudinary

0.0.2(4y ago)043[2 PRs](https://github.com/phuclh/flysystem-cloudinary/pulls)MITPHPPHP ^8.1

Since May 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/phuclh/flysystem-cloudinary)[ Packagist](https://packagist.org/packages/phuclh/flysystem-cloudinary)[ Docs](https://github.com/phuclh/flysystem-cloudinary)[ RSS](/packages/phuclh-flysystem-cloudinary/feed)WikiDiscussions main Synced 1w ago

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

A Laravel flysystem driver for Cloudinary
=========================================

[](#a-laravel-flysystem-driver-for-cloudinary)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ed9a458c5d4fdc99bbe7315d53280036178ef1e7d616e4913327ff850cbf7565/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706875636c682f666c7973797374656d2d636c6f7564696e6172792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phuclh/flysystem-cloudinary)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d6a650b0255fd150b7db9be28b0e811a7c26ed42d0137563e9a1cea3b940a9ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f706875636c682f666c7973797374656d2d636c6f7564696e6172792f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/phuclh/flysystem-cloudinary/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ec48efc68ab82520c01f1eb02eb68a9816f18a2d8beb6b6dcb61f5a538a19408/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f706875636c682f666c7973797374656d2d636c6f7564696e6172792f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/phuclh/flysystem-cloudinary/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2c3f8a585cde3805fd073dcde47c61a51ae6d235b6ef02e65479d6d9c8d91c53/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706875636c682f666c7973797374656d2d636c6f7564696e6172792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phuclh/flysystem-cloudinary)

A Laravel flysystem driver for Cloudinary

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

[](#installation)

You can install the package via composer:

```
composer require phuclh/flysystem-cloudinary
```

You can publish the config file with:

```
php artisan vendor:publish --tag="flysystem-cloudinary-config"
```

Setup
-----

[](#setup)

First you will need to sing up for a [Cloudinary](https://cloudinary.com/) account. Then go  to get your url endpoint. Add the following to your .env file:

```
CLOUDINARY_URL=cloudinary://.....@id
```

Usage
-----

[](#usage)

```
// Upload file (second argument can be an url, file or base64)
Storage::disk('cloudinary')->put('filename.jpg', 'https://mysite.com/my_image.com');

// Get file
Storage::disk('cloudinary')->get('filename.jpg');

// Delete file
Storage::disk('cloudinary')->delete('filename.jpg');

// List all files
Storage::disk('cloudinary')->listContents('', false); // listContents($path, $deep)
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [phucle](https://github.com/phuclh)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~0 days

Total

2

Last Release

1464d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4266b3a5a108beea54b059cba17d0f10e64ddb35e7e9a3bf49c6e6b8060d672d?d=identicon)[phuclh](/maintainers/phuclh)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")[![phuclh](https://avatars.githubusercontent.com/u/6707194?v=4)](https://github.com/phuclh "phuclh (6 commits)")

---

Tags

laravelphuclhflysystem-cloudinary

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/phuclh-flysystem-cloudinary/health.svg)

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

###  Alternatives

[spatie/livewire-filepond

Upload files using Filepond in Livewire components

306452.7k3](/packages/spatie-livewire-filepond)[elegantly/laravel-invoices

Store invoices safely in your Laravel application

23131.8k](/packages/elegantly-laravel-invoices)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[codebar-ag/laravel-flysystem-cloudinary

Cloudinary Flysystem v1 integration with Laravel

1224.9k2](/packages/codebar-ag-laravel-flysystem-cloudinary)[mwguerra/filemanager

A full-featured file manager package for Laravel and Filament v5 with dual operating modes, drag-and-drop uploads, S3/MinIO support, and comprehensive security features.

718.5k1](/packages/mwguerra-filemanager)[kalynasolutions/laravel-tus

Laravel package for handling resumable file uploads with tus protocol and native Uppy.js support without additional tus servers

5261.8k1](/packages/kalynasolutions-laravel-tus)

PHPackages © 2026

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