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.

v1.0.4(8y ago)0236MITPHPCI passing

Since Apr 15Pushed 5d 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 2w ago

READMEChangelog (6)Dependencies (5)Versions (9)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

41

—

FairBetter than 87% of packages

Maintenance65

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~0 days

Total

5

Last Release

2998d ago

### 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

### 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[jasara/php-amzn-selling-partner-api

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

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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