2017 © Pedro Peláez
 

library imagga-api-client

A package to upload images to, and retrieve API information from Imagga.

image

jleagle/imagga-api-client

A package to upload images to, and retrieve API information from Imagga.

  • Wednesday, April 1, 2015
  • by Jleagle
  • Repository
  • 2 Watchers
  • 1 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

imagga-api-client

A package to upload images to, and retrieve API information from Imagga., (*1)

Instantiate the package using your API details:, (*2)

$imagga = new Imagga(
  $apiKey,
  $apiSecret
);

Example API calls:, (*3)

// Most methods can take an array of either URLs or content IDs.
$images = [
  'http://playground.imagga.com/static/img/example_photo.jpg',
  'http://playground.imagga.com/static/img/example_photos/japan-605234_1280.jpg'
];

// Gets image tags
$tags = $imagga->tags($images);

// Get your current API usage levels
$usage = $imagga->usage();

// Get the colors of an image
$colors = $imagga->colors($images);

The Versions

01/04 2015

dev-master

9999999-dev

A package to upload images to, and retrieve API information from Imagga.

  Sources   Download

MIT

The Requires

 

The Development Requires

image recognition imagga

01/04 2015

0.1.0

0.1.0.0

A package to upload images to, and retrieve API information from Imagga.

  Sources   Download

MIT

The Requires

 

The Development Requires

image recognition imagga

24/03 2015

0.0.1

0.0.1.0

A package to upload images to, and retrieve API information from Imagga.

  Sources   Download

MIT

The Requires

 

The Development Requires

image recognition imagga