PHPackages                             andaris/computer-vision-client - 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. andaris/computer-vision-client

ActiveLibrary[API Development](/categories/api)

andaris/computer-vision-client
==============================

Simple PHP Client for the Microsoft Computer Vision API

0.2.0(8y ago)37992BSD-3-ClausePHPPHP &gt;=5.5.0

Since May 20Pushed 8y ago2 watchersCompare

[ Source](https://github.com/xelan/computer-vision-client)[ Packagist](https://packagist.org/packages/andaris/computer-vision-client)[ RSS](/packages/andaris-computer-vision-client/feed)WikiDiscussions master Synced 4w ago

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

[![Build Status](https://camo.githubusercontent.com/2089d5c555720413c51fc0c52d2cc123fa0a45984580222a44ae0a1d5052c36a/68747470733a2f2f7472617669732d63692e6f72672f78656c616e2f636f6d70757465722d766973696f6e2d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/xelan/computer-vision-client) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/d8fcf9d71e50bef5e8b92b9806338d23eafe8c873c577b130379fbccafbfedd5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f78656c616e2f636f6d70757465722d766973696f6e2d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xelan/computer-vision-client/?branch=master) [![Code Coverage](https://camo.githubusercontent.com/2d10a843972efdd6019ec326a7b0f971e6bc1b02d3ab96f8ecb8d30c5f3e4c88/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f78656c616e2f636f6d70757465722d766973696f6e2d636c69656e742f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/xelan/computer-vision-client/?branch=master)

Computer Vision API Client
==========================

[](#computer-vision-api-client)

This library provides a simple client for Microsoft's [Computer Vision API](https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/)using the [Guzzle PHP HTTP client](http://guzzlephp.org/).

Requirements
------------

[](#requirements)

- PHP 5.5 or higher
- PHP CURL extension

Installation (Composer)
-----------------------

[](#installation-composer)

This library is published as a [Composer package](https://packagist.org/packages/andaris/computer-vision-client), so Composer is the recommended way to install it.

Add `computer-vision-client` to your application's `composer.json` file:

```
{
    "require": {
        "andaris/computer-vision-client": "0.1.0"
    }
}
```

Navigate to your project root and run:

```
$ composer install

```

Make sure that the Composer autoloader is in your project's bootstrap.

Usage
-----

[](#usage)

```
use Andaris\ComputerVision\Client;

$imageData = file_get_contents('/path/to/image.jpg');
$client = new Client('14758f1afd44c09b7992073ccf00b43d'); // Insert your API key
$result = $client->analyze($imageData, [Client::FEATURE_CATEGORIES, Client::FEATURE_TAGS]);
```

Testing
-------

[](#testing)

The PHPUnit test suite can be run via `vendor/bin/phpunit`.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

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

Total

3

Last Release

3065d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6316e9c35db774eda1f74aa8629e0cda915df7eec254f7b90929ae5049ca1fa0?d=identicon)[andaris](/maintainers/andaris)

---

Top Contributors

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

---

Tags

computer-visionhacktoberfestimage-recognitionphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/andaris-computer-vision-client/health.svg)

```
[![Health](https://phpackages.com/badges/andaris-computer-vision-client/health.svg)](https://phpackages.com/packages/andaris-computer-vision-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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