PHPackages                             websix/silex-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. websix/silex-cloudinary

ActiveLibrary

websix/silex-cloudinary
=======================

Silex Cloudinary Provider

0677PHP

Since Feb 12Pushed 5y agoCompare

[ Source](https://github.com/Websix/Silex-Cloudinary)[ Packagist](https://packagist.org/packages/websix/silex-cloudinary)[ RSS](/packages/websix-silex-cloudinary/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Silex Cloudinary Provider
=========================

[](#silex-cloudinary-provider)

A service provider to Cloudinary API Client.

Install
-------

[](#install)

```
composer require mrprompt/silex-cloudinary

```

Usage
-----

[](#usage)

```
use SilexFriends\Cloudinary\Cloudinary as CloudinaryServiceProvider;

$app->register(
    new CloudinaryServiceProvider(
        $cloud_name,
        $api_key,
        $api_secret
    )
);

$file = $app['request']->files->get('file');
$upload = $app['cloudinary.uploader']($file, $options);

print_r($upload);

```

#### License

[](#license)

MIT

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.6% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e319f26dc2846e3f0dda9da2f9c553e6d014bfcfd0230bc46765f1112c93788?d=identicon)[websix](/maintainers/websix)

---

Top Contributors

[![mrprompt](https://avatars.githubusercontent.com/u/166088?v=4)](https://github.com/mrprompt "mrprompt (7 commits)")[![brunoew](https://avatars.githubusercontent.com/u/3389132?v=4)](https://github.com/brunoew "brunoew (3 commits)")[![ivanwitzke](https://avatars.githubusercontent.com/u/4406761?v=4)](https://github.com/ivanwitzke "ivanwitzke (1 commits)")

### Embed Badge

![Health badge](/badges/websix-silex-cloudinary/health.svg)

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

PHPackages © 2026

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