PHPackages                             nahid/imgurx - 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. nahid/imgurx

ActiveLibrary

nahid/imgurx
============

Imgurx is a package for laravel to access imgur web service based on Adyg/php-imgur-api-client

1.0.2(10y ago)142Creative CommonsPHPPHP &gt;=5.4.0

Since Jan 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nahid/imgurx)[ Packagist](https://packagist.org/packages/nahid/imgurx)[ Docs](https://github.com/nahid/imgurx)[ RSS](/packages/nahid-imgurx/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Imgurx
======

[](#imgurx)

Imgurx is a laravel 5 package for [Imgur](http://imgur.com/) based on [Adyg/php-imgur-api-client](https://github.com/Adyg/php-imgur-api-client)

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

[](#installation)

You can install it via composer. open your terminal and run this command from your project

```
composer require nahid/imgurx
```

Wait for a while. After installation complete you have to define your provider in `app.php`. Open `config/app.php' and add this code in providers key

```
Nahid\Imgurx\ImgurxServiceProvider::class,
```

If you want to use laravel facade then add this line in aliases key

```
'Imgurx'	=>	Nahid\Imgurx\Facades\Imgurx::class,
```

Okay, Your laravel integration was complete. Now open your terminal agian and run this code from your project

```
php artisan vendor:publish
```

now `imgurx.php` config file copy to `config` directory.

Configuration
-------------

[](#configuration)

If you successfully complete the installation process. Then now open `config/imgurx.php` file and enter your applications crentials.

```
return [
    'client_id'    =>  '',
    'client_secret'=>   '',
];
```

Great. You are sucessfully completed Imgurx configuration process :)

Usage
-----

[](#usage)

Imgurx is inherited from [Adyg/php-imgur-api-client](https://github.com/Adyg/php-imgur-api-client) so you will feel free to use all functionalities of this package. See its doc section.

Happy Coding :)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3765d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3167309?v=4)[Nahid Bin Azhar](/maintainers/nahid)[@nahid](https://github.com/nahid)

---

Top Contributors

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

---

Tags

laravellaravel 5imgurimage hostimgurximage-serverphp-imgur-api-client

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nahid-imgurx/health.svg)

```
[![Health](https://phpackages.com/badges/nahid-imgurx/health.svg)](https://phpackages.com/packages/nahid-imgurx)
```

###  Alternatives

[schuppo/password-strength

This package provides a validator for ensuring strong passwords in Laravel 4 applications.

1432.7M1](/packages/schuppo-password-strength)[krossroad/laravel-union-paginator

Package to support pagination in union queries in Laravel Eloquent.

19108.1k](/packages/krossroad-laravel-union-paginator)

PHPackages © 2026

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