PHPackages                             kwn/recognizeim - 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. kwn/recognizeim

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

kwn/recognizeim
===============

Recognize.im PHP client. Allows image recognizing, includes REST and SOAP API

1.0.2(11y ago)439MITPHPPHP &gt;=5.3.3

Since Jan 9Pushed 11y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (0)

Recognize.im API
================

[](#recognizeim-api)

[![Code Climate](https://camo.githubusercontent.com/89681524f52309206f9a4b264711bf30ae280331e2e7e7fac6d6dba047f3893b/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6b776e2f5265636f676e697a65496d2f6261646765732f6770612e737667)](https://codeclimate.com/github/kwn/RecognizeIm)

Recognize.im provides API for Image Recognition. Before use you need to visit [http://www.recognize.im/](http://recognize.im/) and create an account. After sign in go to the user profile section and obtain: `Your Client ID`, `Your API Key` and `Your CLAPI Key`.

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

[](#installation)

Add package to your composer.json

```
"kwn/recognizeim": "~1.0"

```

Run update command

```
php composer.phar update kwn/recognizeim

```

Done. Now you can use RecognizeIm classes.

Usage
-----

[](#usage)

```
use RecognizeIm\Client\RestApi;
use RecognizeIm\Client\SoapApi;
use RecognizeIm\Configuration;
use RecognizeIm\Model\Image;
use RecognizeIm\RecognizeImApi;

// [...]

// create a configuration object first
$configuration = new Configuration('CLIENT_ID', 'API_KEY', 'CLAPI_KEY');

// depending on your needs you can use soap or rest api
$soapApi = new SoapApi($configuration);
$restApi = new RestApi($configuration, new ImageVerificator());

// or you can create an object that includes both apis (useful for dependency injection containers)
$recognizeim = new RecognizeImApi($soapApi, $restApi);

// now you can use soap api functions or rest api recognize method

// create an image and call recognize method
$image = new Image('/home/kwn/Pictures/red.jpg');
$result = $recognizeim->getRestApiClient()->recognize($image, 'multi');
```

Authorization
-------------

[](#authorization)

You don't need to call method auth by yourself. Module object will authorize you when needed, you just need do provide valid credentials. You can get them from your [account tab](http://recognize.im/user/profile).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

4145d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3968616?v=4)[Karol Wnuk](/maintainers/kwn)[@kwn](https://github.com/kwn)

---

Top Contributors

[![kwn](https://avatars.githubusercontent.com/u/3968616?v=4)](https://github.com/kwn "kwn (25 commits)")

---

Tags

imagerecognizerecognizeimreconizing

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kwn-recognizeim/health.svg)

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

###  Alternatives

[intervention/image

PHP Image Processing

14.3k194.3M2.2k](/packages/intervention-image)[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k51.2M116](/packages/league-glide)[liip/imagine-bundle

This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.

1.7k38.3M217](/packages/liip-imagine-bundle)[spatie/image

Manipulate images with an expressive API

1.4k54.4M138](/packages/spatie-image)[intervention/image-laravel

Laravel Integration of Intervention Image

1536.5M102](/packages/intervention-image-laravel)[intervention/gif

PHP GIF Encoder/Decoder

5720.3M9](/packages/intervention-gif)

PHPackages © 2026

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