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

ActiveLibrary

t3chnik/flysystem-cloudinary-adapter
====================================

Flysystem Cloudinary Adapter

056PHP

Since Sep 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/t3chnik/flysystem-cloudinary-adapter)[ Packagist](https://packagist.org/packages/t3chnik/flysystem-cloudinary-adapter)[ RSS](/packages/t3chnik-flysystem-cloudinary-adapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#flysystem-cloudinary-adapter)

This is quickly done in order to satisfy current needs. My contain a lot of bugs. I guess this is work in progress.

Since Cloudinary (great service!) has really bad both documentation and official PHP library - making this was a pain. Hence for now there is no tests.

Install
-------

[](#install)

Via Composer

Usage
-----

[](#usage)

```
$config = [
    'api_key' => env('CLOUDINARY_API_KEY'),
    'api_secret' => env('CLOUDINARY_API_SECRET'),
    'cloud_name' => env('CLOUDINARY_CLOUD_NAME'),
];
$filesystem = new League\Flysystem\Filesystem(new CloudinaryAdapter($config, new Cloudinary\Api));
```

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

[](#contributing)

Contributions are **welcome** and will be fully **credited**.

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1401a34a94f9d241fa307f22024049a92c96ed3544c460cf6f3688cd22eb6826?d=identicon)[t3chnik](/maintainers/t3chnik)

### Embed Badge

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

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

PHPackages © 2026

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