PHPackages                             diegofelix/cloudinary-wrapper - 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. diegofelix/cloudinary-wrapper

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

diegofelix/cloudinary-wrapper
=============================

A Simple Cloudinary Wrapper for Laravel ^5.2

23PHP

Since Jul 7Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Cloudinary Wrapper
==================

[](#cloudinary-wrapper)

CloudinaryWrapper is a package for Laravel ^5.2 that provides simple wrapper for Cloudinary.

> What is Cloudinary? [See cloudinary.com](http://cloudinary.com).

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

[](#installation)

### Step 1: Composer

[](#step-1-composer)

From the command line, run:

```
composer require diegofelix/cloudinary-wrapper

```

### Step 2: Service Provider

[](#step-2-service-provider)

For your Laravel app, open `config/app.php` and, within the `providers` array, append:

```
DiegoFelix\CloudinaryWrapper\CloudinaryWrapperServiceProvider::class,

```

This will bootstrap the package into Laravel.

### Step 3: .env

[](#step-3-env)

For this package works, you must create three .env variables in your `.env` file.

```
CLOUDINARY_NAME=appname
CLOUDINARY_KEY=yourkey
CLOUDINARY_SECRET:yoursecret

```

Usage
-----

[](#usage)

### The Basics

[](#the-basics)

Now that the package was installed, you can use any of the methods that cloudinary provides as well some of my wrappers.

> Have a look at [Cloudinary documentation](http://cloudinary.com/documentation/php_integration).

```
CloudinaryWrapper::upload("/home/my_image.jpg", $options);
```

```
CloudinaryWrapper::show("my_image.jpg", $options);
```

To access the original Cloudinary methods you can access using the following methods:

```
CloudinaryWrapper::getCloudinary();
CloudinaryWrapper::getUploader();
```

They will give you the main instances for Cloudinary.

Tests and Contribute
--------------------

[](#tests-and-contribute)

This simple package has no tests, so if you want to help with testing and cover other methods of cloudinary I appreciate it!

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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/e194ba7e161aff1c3c59ce5127984ff8a0ea7a5ceb35efe6b0f5a78bd66d0e91?d=identicon)[diegofelix](/maintainers/diegofelix)

---

Top Contributors

[![diegofelix](https://avatars.githubusercontent.com/u/238054?v=4)](https://github.com/diegofelix "diegofelix (6 commits)")

### Embed Badge

![Health badge](/badges/diegofelix-cloudinary-wrapper/health.svg)

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

###  Alternatives

[venveo/craft-compress

Create smart zip files from Craft assets on the fly

124.7k](/packages/venveo-craft-compress)

PHPackages © 2026

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