josh-oiknine/php-meerkat

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

An easy-to-use PHP wrapper class for accessing Meerkat's API

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/josh-oiknine/php-meerkat

dev-master 2015-05-15 02:49 UTC

This package is not auto-updated.

Last update: 2022-08-23 22:41:58 UTC


README

php-meerkat

An easy-to-use PHP wrapper class for accessing Meerkat's API.

To read the official API doumentation visit the Meerkat Developers page

You will also need an API key so visit the registration form to get one

Installation

I recommend using Composer to keep updates as smooth as possible.

$ composer require joshOiknine/php-meerkat

Initialize the class

use joshOiknine\Meerkat;

$meerkat = new Meerkat('YOUR-API-KEY-HERE');

or w/o Composer

require_once('Meerkat.php');

$meerkat = new Meerkat('YOUR-API-KEY-HERE');

NOT affiliated with Meerkat