2017 © Pedro Peláez
 

library btn-api-client

A helper class to access data from the BTN API

image

jleagle/btn-api-client

A helper class to access data from the BTN API

  • Friday, September 4, 2015
  • by Jleagle
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

btn-api-client

Build Status (Scrutinizer) Code Quality (scrutinizer) Latest Stable Version Latest Unstable Version, (*1)

A helper class to access data from the BTN API (http://btnapps.net/), (*2)

Usage

Instantiate Btn() with your API key:, (*3)

$btn = new \Jleagle\Btn\Btn($apiKey);

Get blog posts:, (*4)

try
{
  print_r($btn->getBlog());
}
catch(Exception $e)
{
  echo $e->getMessage();
}

The Versions

04/09 2015

dev-master

9999999-dev

A helper class to access data from the BTN API

  Sources   Download

The Requires

 

btn broadcast the net

04/09 2015

0.0.2

0.0.2.0

A helper class to access data from the BTN API

  Sources   Download

The Requires

 

btn broadcast the net

04/02 2015

0.0.1

0.0.1.0

A helper class to access data from the BTN API

  Sources   Download

btn broadcast the net