sh00t2kill / linktap

a PHP class for linktaps cloud API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linktap

a PHP class for linktaps cloud API

Fill in your API key, and app username

the taps array is used to give your taps a nice human readable name, full this in for each taplinker you have
protected $key = '';
protected $taps = array(
'front_tap' => '',
'back_tap' => '',
);
protected $gateway = '';
protected $username = '';

The api has a 5 minute rate limit between each request. This is handled by caching the response to a a file called cache.json.

About

a PHP class for linktaps cloud API


Languages

Language:PHP 100.0%