PHPackages                             r11baka/deepai - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. r11baka/deepai

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

r11baka/deepai
==============

Simple deepai.org colorization client

0.11(4y ago)1302MITPHPPHP ^7.4 || ^8.0

Since May 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/R11baka/deepai-php)[ Packagist](https://packagist.org/packages/r11baka/deepai)[ RSS](/packages/r11baka-deepai/feed)WikiDiscussions master Synced 3d ago

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

Simple php client for using deepai.org
--------------------------------------

[](#simple-php-client-for-using-deepaiorg)

Simple php wrapper for using api

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

[](#installation)

```
composer require r11baka/deepai

```

How to use
----------

[](#how-to-use)

1. Pass your api-key to Deepai constuctor and ypu can colorize file by path.

```
$dp = new \R11baka\Deepai\Deepai("{YOU API_KEY FETCHED FROM DEEP AI}");
$resp = $dp->colorizeFromPath('./lena.jpg');
echo $resp->getUrl(); // returns url with colorized image
echo $resp->getId(); // return id for colorized job

```

Also you can colorize with content of file

```
$dp = new \R11baka\Deepai\Deepai("{YOU API_KEY FETCHED FROM DEEP AI}");
$resp = $dp->colorize(file_get_contents("./lena.jpg"));
echo $resp->getUrl(); // returns url with colorized image
echo $resp->getId(); // return id for colorized job

```

2. You have method getUrl ,which have url with colorized image

How to run test
---------------

[](#how-to-run-test)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

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

Total

2

Last Release

1525d ago

### Community

Maintainers

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

---

Top Contributors

[![R11baka](https://avatars.githubusercontent.com/u/614113?v=4)](https://github.com/R11baka "R11baka (3 commits)")

---

Tags

colorizationdeepaiphp7colorizationdeepai.orgblackandwhite

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/r11baka-deepai/health.svg)

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

PHPackages © 2026

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