2017 © Pedro Peláez
 

library imagga-php

A simple wrapper for Imagga API.

image

fabriceclementz/imagga-php

A simple wrapper for Imagga API.

  • Thursday, February 16, 2017
  • by fabriceclementz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 879 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 15 % Grown

The README.md

Imagga API Client

Latest Stable Version Total Downloads License Build Status, (*1)

A simple wrapper for the Imagga API., (*2)

Installation

Via composer

composer require fabriceclementz/imagga-php

Usage

Extract tags from an image

use GuzzleHttp\Client as HttpClient;
use Fab\Imagga\Client;

$client = new Client(new HttpClient(), 'IMAGGA_API_KEY', 'IMAGGA_API_SECRET');

$response = $client->tags('https://imagga.com/static/images/tagging/wind-farm-538576_640.jpg');

Extract colors from an image

use GuzzleHttp\Client as HttpClient;
use Fab\Imagga\Client;

$client = new Client(new HttpClient(), 'IMAGGA_API_KEY', 'IMAGGA_API_SECRET');

$response = $client->colors('https://imagga.com/static/images/tagging/wind-farm-538576_640.jpg');

Testing

composer test

The Versions

16/02 2017

dev-master

9999999-dev https://github.com/fabriceclementz/imagga-php

A simple wrapper for Imagga API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fabrice Clementz

api images imagga

16/02 2017

v0.1.0

0.1.0.0 https://github.com/fabriceclementz/imagga-php

A simple wrapper for Imagga API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fabrice Clementz

api images imagga