Skip to content

Jleagle/btn-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btn-api-client

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

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

Usage

Instantiate Btn() with your API key:

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

Get blog posts:

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

About

A wrapper class for the BTN API

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages