PHPackages                             vongola12324/laravel-imgur - 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. [API Development](/categories/api)
4. /
5. vongola12324/laravel-imgur

ActiveLibrary[API Development](/categories/api)

vongola12324/laravel-imgur
==========================

Laravel wrapper for the Imgur API.

v2.0.0(1mo ago)0236MITPHPPHP ^8.2CI passing

Since Apr 15Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/vongola12324/laravel-imgur)[ Packagist](https://packagist.org/packages/vongola12324/laravel-imgur)[ Docs](https://github.com/vongola12324/laravel-imgur)[ RSS](/packages/vongola12324-laravel-imgur/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (6)Dependencies (10)Versions (11)Used By (0)

laravel-imgur
=============

[](#laravel-imgur)

Laravel wrapper for the Imgur API.
Requires PHP 8.2+ and Laravel 10.x or above. Built on top of [j0k3r/php-imgur-api-client](https://github.com/j0k3r/php-imgur-api-client).

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

[](#installation)

```
composer require vongola12324/laravel-imgur

```

Config
------

[](#config)

You have to add **IMGUR\_CLIENT\_ID** and **IMGUR\_CLIENT\_SECRET** in your .env file, or client will not be able to work.
See [Imgur Api Docs](https://apidocs.imgur.com/) for details.

Usage
-----

[](#usage)

### Basic Usage

[](#basic-usage)

```
// Create $imgurClient object
use Vongola\Imgur\Client as ImgurClient;
$imgurClient = new ImgurClient();
// The API calls can be accessed via the $imgurClient object
$imgurClient->memegen()->defaultMemes();
```

Also, You can use Facade instead of `new` class.

```
use Vongola\Imgur\Client as ImgurClient;
// The API calls can be accessed via the $imgurClient object
ImgurClient::memegen()->defaultMemes();
```

### Api

[](#api)

At this time we support the following Apis:

- Account (`$imgurClient->account()`)
- Album (`$imgurClient->album()`)
- Comment (`$imgurClient->comment()`)
- Gallery (`$imgurClient->gallery()`)
- Image (`$imgurClient->image()`)
- Memegen (`$imgurClient->memegen()`)

See [Imgur Api Docs](https://apidocs.imgur.com/) for all Api.

Notice
------

[](#notice)

1. This project is based on [j0k3r/php-imgur-api-client](https://github.com/j0k3r/php-imgur-api-client).
2. There are some feature available in j0k3r's version, which do not show in [Imgur Api Docs](https://apidocs.imgur.com/), will not provide in this package.

License
-------

[](#license)

MIT License

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance90

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 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.

###  Release Activity

Cadence

Every ~598 days

Recently: every ~748 days

Total

6

Last Release

50d ago

Major Versions

v1.0.4 → v2.0.02026-06-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5770715?v=4)[Vongola](/maintainers/vongola12324)[@vongola12324](https://github.com/vongola12324)

---

Top Contributors

[![vongola12324](https://avatars.githubusercontent.com/u/5770715?v=4)](https://github.com/vongola12324 "vongola12324 (14 commits)")

---

Tags

laravelimgur

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/vongola12324-laravel-imgur/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k113.1M988](/packages/laravel-socialite)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1349.3k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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