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
dev-master
2015-05-15 02:49 UTC
Requires
- php: >=5.4.0
- another-vendor/package: 1.0
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