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

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

showcheap/laravel-cloudinary
============================

Flysystem adapter for Cloudinary

1.0.2(8y ago)16MITPHPPHP &gt;=5.4.0

Since Feb 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/showcheap/laravel-cloudinary)[ Packagist](https://packagist.org/packages/showcheap/laravel-cloudinary)[ RSS](/packages/showcheap-laravel-cloudinary/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

flysystem-cloudinary
====================

[](#flysystem-cloudinary)

Adapter for theleague php flysystem for Cloudinary

[![Author](https://camo.githubusercontent.com/b01a31172d752ec47ede8eb27d9f80f6190e2faf78617af63c3e5efa6b714e22/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6175746f722d406361726c6f736f63617276616c686f2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/carlosocarvalho)[![Latest Stable Version](https://camo.githubusercontent.com/ce03cf8d6eac5314837d3b9a386d6a28bfe0479bfb3fb769e12030fcefc198ab/68747470733a2f2f706f7365722e707567782e6f72672f6361726c6f736f63617276616c686f2f666c7973797374656d2d636c6f7564696e6172792f762f737461626c65)](https://packagist.org/packages/carlosocarvalho/flysystem-cloudinary) [![Total Downloads](https://camo.githubusercontent.com/b6edf4640d67ea86a94ff99e164c162c8a433bec923cced9f263b495dbf78f82/68747470733a2f2f706f7365722e707567782e6f72672f6361726c6f736f63617276616c686f2f666c7973797374656d2d636c6f7564696e6172792f646f776e6c6f616473)](https://packagist.org/packages/carlosocarvalho/flysystem-cloudinary) [![Latest Unstable Version](https://camo.githubusercontent.com/1f915ec0d1173a03d625f0163c79de721515afc019ef2aa20bf38385bbb5dab8/68747470733a2f2f706f7365722e707567782e6f72672f6361726c6f736f63617276616c686f2f666c7973797374656d2d636c6f7564696e6172792f762f756e737461626c65)](https://packagist.org/packages/carlosocarvalho/flysystem-cloudinary) [![License](https://camo.githubusercontent.com/715699ad9d1de4ec9c8af05d4c313d3604a2381c7518e6b55d43a1112803a383/68747470733a2f2f706f7365722e707567782e6f72672f6361726c6f736f63617276616c686f2f666c7973797374656d2d636c6f7564696e6172792f6c6963656e7365)](https://packagist.org/packages/carlosocarvalho/flysystem-cloudinary)[![Build Status](https://camo.githubusercontent.com/a1cb07902451880f552d40138a800dfd9f22165592146e357ed15df72750f312/68747470733a2f2f7472617669732d63692e6f72672f6361726c6f736f63617276616c686f2f666c7973797374656d2d636c6f7564696e6172792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/carlosocarvalho/flysystem-cloudinary)

Install

```
  composer require carlosocarvalho/flysystem-cloudinary
```

Example

```
use CarlosOCarvalho\Flysystem\Cloudinary\CloudinaryAdapter as Adapter;

$config = [
    'api_key' => ':key',
    'api_secret' => ':secret',
    'cloud_name' => ':name',
];

$container = new Adapter($config);

$filesystem = new League\Flysystem\Filesystem( $container );
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% of commits — single point of failure

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

Total

2

Last Release

3235d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f12d59a88c69311be2ff21b26fe0324b17f8636647d3780bc8122b8bf1f76dd?d=identicon)[showcheap](/maintainers/showcheap)

---

Top Contributors

[![suciptoid](https://avatars.githubusercontent.com/u/1310895?v=4)](https://github.com/suciptoid "suciptoid (5 commits)")[![carlosocarvalho](https://avatars.githubusercontent.com/u/1370878?v=4)](https://github.com/carlosocarvalho "carlosocarvalho (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M968](/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.1k3.4M81](/packages/unisharp-laravel-filemanager)[league/flysystem-bundle

Symfony bundle integrating Flysystem into Symfony applications

40331.4M121](/packages/league-flysystem-bundle)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[alexusmai/laravel-file-manager

File manager for Laravel

1.2k786.7k9](/packages/alexusmai-laravel-file-manager)[barryvdh/elfinder-flysystem-driver

A Flysystem Driver for elFinder

1864.9M40](/packages/barryvdh-elfinder-flysystem-driver)

PHPackages © 2026

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