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)0236[3 PRs](https://github.com/vongola12324/laravel-imgur/pulls)MITPHP

Since Apr 15Pushed 3y 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 yesterday

READMEChangelog (5)Dependencies (5)Versions (9)Used By (0)

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

[](#laravel-imgur)

Laravel wrapper for the Imgur API.
Only work for Laravel 7.x (or above) and PHP 7.4 (or above).
If you are using older version of Laravel, you should use [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()`)

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.
3. The test case of this project are still WIP.
4. It is recommended not to use this project in a formal project (because it has not been officially released yet) unless you understand what you are doing!

License
-------

[](#license)

MIT License

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

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

2949d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d66f36c4c93033b3883475d79b01cb5343ed88d3f50b4d24be49288f07dde3d8?d=identicon)[vongola12324](/maintainers/vongola12324)

---

Top Contributors

[![vongola12324](https://avatars.githubusercontent.com/u/5770715?v=4)](https://github.com/vongola12324 "vongola12324 (13 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

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[flat3/lodata

OData v4.01 Producer for Laravel

96320.9k](/packages/flat3-lodata)[simplestats-io/laravel-client

Client for SimpleStats!

4515.5k](/packages/simplestats-io-laravel-client)[dragon-code/laravel-json-response

Automatically always return a response in JSON format

1118.6k1](/packages/dragon-code-laravel-json-response)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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