PHPackages                             adexaja/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. [Image &amp; Media](/categories/media)
4. /
5. adexaja/imgurx

ActiveLibrary[Image &amp; Media](/categories/media)

adexaja/imgurx
==============

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

1.0.2(10y ago)024↓100%Creative CommonsPHPPHP &gt;=5.4.0

Since Jan 23Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (3)Used By (0)

Imgurx
======

[](#imgurx)

Imgurx is a laravel 5 package for [Imgur](http://imgur.com/) based on [nahid/imgurx](https://github.com/nahid/imgurx)

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

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

3758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ea8f7db25fbee4137e342850156a116665233da733106a0a7ab07189c2e58d3?d=identicon)[adexaja](/maintainers/adexaja)

---

Top Contributors

[![adexaja](https://avatars.githubusercontent.com/u/6724523?v=4)](https://github.com/adexaja "adexaja (6 commits)")[![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/adexaja-imgurx/health.svg)

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

###  Alternatives

[classic-o/nova-media-library

Tool and field that will let you managing files and add them to the posts

154172.0k](/packages/classic-o-nova-media-library)[tomatophp/filament-media-manager

Manage your media files using spatie media library with easy to use GUI for FilamentPHP

14543.9k3](/packages/tomatophp-filament-media-manager)[nikkanetiya/laravel-color-palette

Laravel Wrapper for `ksubileau/color-thief-php`. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.

3312.6k](/packages/nikkanetiya-laravel-color-palette)

PHPackages © 2026

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