library btn-api-client
A helper class to access data from the BTN API
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
btn-api-client
, (*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();
}
dev-master
9999999-dev
A helper class to access data from the BTN API
Sources
Download
The Requires
btn
broadcast the net
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
0.0.1
0.0.1.0
A helper class to access data from the BTN API
Sources
Download
btn
broadcast the net