Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
/ php-meerkat Public archive

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

License

Notifications You must be signed in to change notification settings

josh-oiknine/php-meerkat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages