Skip to content

Jleagle/imagga-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

imagga-api-client

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

Instantiate the package using your API details:

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

Example API calls:

// 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);

About

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

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages