2017 © Pedro Peláez
 

library php-client

Recognize.im is providing API for Image Recognition.

image

recognizeim/php-client

Recognize.im is providing API for Image Recognition.

  • Wednesday, February 4, 2015
  • by ggioffreda
  • Repository
  • 1 Watchers
  • 0 Stars
  • 85 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Recognize.im API

Recognize.im is providing API for Image Recognition. Those module is sample PHP connector to the API, (*1)

Installation

Just download the content of the lib/ directory and include the classes in your project or use composer:, (*2)

$ composer.phar require "recognizeim/php-client" "dev-master"

Or add the following to your composer.json in the require section:, (*3)

"require": {
    ... other requirements ...,
    "recognizeim/php-client": "dev-master"
}

Usage

To initialize your RecognizeIm call the init static method:, (*4)

php \RecognizeImAPI::init(array( 'URL' => $url, 'CLIENT_ID' => $client_id, 'API_KEY' => $api_key, 'CLAPI_KEY' => $clapi_key ));, (*5)

You'll find a full example in the example/ directory., (*6)

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, (*7)

The Versions

04/02 2015

dev-master

9999999-dev

Recognize.im is providing API for Image Recognition.

  Sources   Download

The Requires

  • php >=5.3.0
  • ext-soap *

 

by Recognize.im