2017 © Pedro Peláez
 

library php-meerkat

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

image

josh-oiknine/php-meerkat

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

  • Friday, May 15, 2015
  • by joshOiknine
  • Repository
  • 2 Watchers
  • 2 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Image

php-meerkat

An easy-to-use PHP wrapper class for accessing Meerkat's API., (*1)


To read the official API doumentation visit the Meerkat Developers page, (*2)

You will also need an API key so visit the registration form to get one, (*3)


Installation

I recommend using Composer to keep updates as smooth as possible., (*4)

$ composer require joshOiknine/php-meerkat

Initialize the class

use joshOiknine\Meerkat;

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

or w/o Composer, (*5)

require_once('Meerkat.php');

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

NOT affiliated with Meerkat, (*6)

The Versions

15/05 2015

dev-master

9999999-dev

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

  Sources   Download

The Requires

  • php >=5.4.0
  • another-vendor/package 1.0