Skip to content

PHP TradingBeep API is a PHP library for the TradingBeep.com API, designed to be easy to use.

Notifications You must be signed in to change notification settings

molotoksoftware/php-tradingbeep-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-tradingbeep-api

PHP TradingBeep API is a PHP library for the TradingBeep.com API designed to be easy to use.

Installation

composer require "molotoksoftware/php-tradingbeep-api"

Getting started

// 1. class initialization
$tradingbeep = new TradingBeepApi('API_KEY', 'APY_SECRET');

// 2. getting all indicators by pair
print_r($tradingbeep->getBeeps('binance', 'BTC-USDT', '5min'));

About

PHP TradingBeep API is a PHP library for the TradingBeep.com API, designed to be easy to use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages