PHPackages                             fabriceclementz/imagga-php - 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. fabriceclementz/imagga-php

ActiveLibrary[API Development](/categories/api)

fabriceclementz/imagga-php
==========================

A simple wrapper for Imagga API.

v0.1.0(9y ago)03.0k1[1 issues](https://github.com/fabriceclementz/imagga-php/issues)[1 PRs](https://github.com/fabriceclementz/imagga-php/pulls)MITPHP

Since Feb 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/fabriceclementz/imagga-php)[ Packagist](https://packagist.org/packages/fabriceclementz/imagga-php)[ Docs](https://github.com/fabriceclementz/imagga-php)[ RSS](/packages/fabriceclementz-imagga-php/feed)WikiDiscussions master Synced yesterday

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

Imagga API Client
=================

[](#imagga-api-client)

[![Latest Stable Version](https://camo.githubusercontent.com/317f8adf057b48a53ee2e9029800d0eb3d316796d82df39de39a06e5f1d2a29e/68747470733a2f2f706f7365722e707567782e6f72672f66616272696365636c656d656e747a2f696d616767612d7068702f762f737461626c65)](https://packagist.org/packages/fabriceclementz/imagga-php)[![Total Downloads](https://camo.githubusercontent.com/35d6b627ff8c2aef6e87ece452be1091a888b0f94360c3f36695f5b7dd850656/68747470733a2f2f706f7365722e707567782e6f72672f66616272696365636c656d656e747a2f696d616767612d7068702f646f776e6c6f616473)](https://packagist.org/packages/fabriceclementz/imagga-php)[![License](https://camo.githubusercontent.com/2d1400491fb8955d6add46c4b60b36ecac90b9948b95a331b5ae687114e68c9c/68747470733a2f2f706f7365722e707567782e6f72672f66616272696365636c656d656e747a2f696d616767612d7068702f6c6963656e7365)](https://packagist.org/packages/fabriceclementz/imagga-php)[![Build Status](https://camo.githubusercontent.com/fb56db39f5523cabdb113a0b85851adf473c7ff0794822c2ea571fc1e8ab98e8/68747470733a2f2f7472617669732d63692e6f72672f66616272696365636c656d656e747a2f696d616767612d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/fabriceclementz/imagga-php)

A simple wrapper for the [Imagga API](https://docs.imagga.com).

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

[](#installation)

### Via composer

[](#via-composer)

```
composer require fabriceclementz/imagga-php

```

Usage
-----

[](#usage)

### Extract tags from an image

[](#extract-tags-from-an-image)

```
use GuzzleHttp\Client as HttpClient;
use Fab\Imagga\Client;

$client = new Client(new HttpClient(), 'IMAGGA_API_KEY', 'IMAGGA_API_SECRET');

$response = $client->tags('https://imagga.com/static/images/tagging/wind-farm-538576_640.jpg');

```

### Extract colors from an image

[](#extract-colors-from-an-image)

```
use GuzzleHttp\Client as HttpClient;
use Fab\Imagga\Client;

$client = new Client(new HttpClient(), 'IMAGGA_API_KEY', 'IMAGGA_API_SECRET');

$response = $client->colors('https://imagga.com/static/images/tagging/wind-farm-538576_640.jpg');

```

Testing
-------

[](#testing)

```
composer test

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3421d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1771483?v=4)[Fabrice Clementz](/maintainers/fabriceclementz)[@fabriceclementz](https://github.com/fabriceclementz)

---

Top Contributors

[![fabriceclementz](https://avatars.githubusercontent.com/u/1771483?v=4)](https://github.com/fabriceclementz "fabriceclementz (7 commits)")

---

Tags

imagesimagga-apiphpapiimagesimagga

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fabriceclementz-imagga-php/health.svg)

```
[![Health](https://phpackages.com/badges/fabriceclementz-imagga-php/health.svg)](https://phpackages.com/packages/fabriceclementz-imagga-php)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M84](/packages/openai-php-laravel)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M37](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M12](/packages/checkout-checkout-sdk-php)[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1143.1M19](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1112.0M6](/packages/plivo-php-sdk)

PHPackages © 2026

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