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

ActiveLibrary

mrprompt/silex-cloudinary
=========================

Silex Cloudinary Provider

02143PHP

Since Oct 22Pushed 8y agoCompare

[ Source](https://github.com/mrprompt/Silex-Cloudinary)[ Packagist](https://packagist.org/packages/mrprompt/silex-cloudinary)[ RSS](/packages/mrprompt-silex-cloudinary/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#silex-cloudinary-provider)

[![Build Status](https://camo.githubusercontent.com/5ee1f628c8759c705e319109b42ea2e480728d8eee0c37247fe9dec01409b7aa/68747470733a2f2f7472617669732d63692e6f72672f53696c6578467269656e64732f436c6f7564696e6172792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SilexFriends/Cloudinary)[![Code Climate](https://camo.githubusercontent.com/568ab824922cbf2e5b3e4dad0ed30b493d3dfdc64ad650f3f6bcd69a34633bd0/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f436c6f7564696e6172792f6261646765732f6770612e737667)](https://codeclimate.com/github/SilexFriends/Cloudinary)[![Test Coverage](https://camo.githubusercontent.com/07a3893269dd6996be027e71d249c6702bb335a02e53861795af12048df1eb3a/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f436c6f7564696e6172792f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/SilexFriends/Cloudinary/coverage)[![Issue Count](https://camo.githubusercontent.com/db3d050ddbfa570c3b1ea8e46c92cfb9492fc7fad602c87e54181f816106db82/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f436c6f7564696e6172792f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/SilexFriends/Cloudinary)

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);

print_r($upload);

```

#### License

[](#license)

MIT

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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/9d08744966e0d5783569605da853ef945dadac0be0f613f2eba6a052861d937a?d=identicon)[mrprompt](/maintainers/mrprompt)

---

Top Contributors

[![mrprompt](https://avatars.githubusercontent.com/u/166088?v=4)](https://github.com/mrprompt "mrprompt (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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