PHPackages                             cloudmersive/cloudmersive\_imagerecognition\_api\_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. cloudmersive/cloudmersive\_imagerecognition\_api\_client

ActiveLibrary[API Development](/categories/api)

cloudmersive/cloudmersive\_imagerecognition\_api\_client
========================================================

3.1.0(6mo ago)11.4k↓100%[2 PRs](https://github.com/Cloudmersive/Cloudmersive.APIClient.PHP.ImageRecognition/pulls)proprietaryPHPPHP &gt;=7.2.5

Since Aug 7Pushed 6mo agoCompare

[ Source](https://github.com/Cloudmersive/Cloudmersive.APIClient.PHP.ImageRecognition)[ Packagist](https://packagist.org/packages/cloudmersive/cloudmersive_imagerecognition_api_client)[ Docs](https://cloudmersive.com)[ RSS](/packages/cloudmersive-cloudmersive-imagerecognition-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (28)Used By (0)

cloudmersive\_imagerecognition\_api\_client
===========================================

[](#cloudmersive_imagerecognition_api_client)

Image Recognition and Processing APIs let you use Artificial Intelligence and Machine Learning to recognize and process images, and also perform useful image modification operations.

[Cloudmersive Image Recognition and Computer Vision API](https://www.cloudmersive.com/image-recognition-and-processing-api) provides advanced computer vision and image recognition capabilities.

- API version: v1
- Package version: 3.1.0

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

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/cloudmersive/cloudmersive_imagerecognition_api_client.git"
    }
  ],
  "require": {
    "cloudmersive/cloudmersive_imagerecognition_api_client": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/cloudmersive_imagerecognition_api_client/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
