Download the PHP package asolonytskyi/laravel-taapio without Composer
On this page you can find all versions of the php package asolonytskyi/laravel-taapio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download asolonytskyi/laravel-taapio
More information about asolonytskyi/laravel-taapio
Files in asolonytskyi/laravel-taapio
Package laravel-taapio
Short Description A Laravel package to integrate with TAAPI.io
License MIT
Informations about the package laravel-taapio
Laravel TAAPI Package
A Laravel package to integrate with TAAPI.io for retrieving various financial indicators.
Installation
-
Install the package via Composer:
-
Publish the configuration file:
- Add your TAAPI.io API key to your
.env
file:
Configuration
The package configuration file is located at config/taapi.php
. You can customize the configuration as needed.
Usage
Retrieving a Single Indicator
To retrieve a single indicator, use the getIndicator
method:
Retrieving Multiple Indicators
To retrieve multiple indicators in a single request, use the getIndicators
method:
Available Indicators
The following indicators are available for use:
Indicators::SUPER_TREND
Indicators::CMO
Indicators::RSI
Indicators::TANH
Indicators::EMA
Indicators::EOM
Indicators::ADX
- more
Available Exchanges
The following exchanges are available for use:
Exchanges::BINANCE
Exchanges::BINANCE_FUTURES
Exchanges::BITSTAMP
Exchanges::WHITEBIT
Exchanges::BYBIT
Exchanges::GATEIO
Exchanges::COINBASE
Exchanges::BINANCE_US
Exchanges::KRAKEN
Available Intervals
The following intervals are available for use:
Intervals::ONE_MINUTE
Intervals::FIVE_MINUTES
Intervals::FIFTEEN_MINUTES
Intervals::THIRTY_MINUTES
Intervals::ONE_HOUR
Intervals::TWO_HOURS
Intervals::FOUR_HOURS
Intervals::TWELVE_HOURS
Intervals::ONE_DAY
Error Handling
Errors are handled and returned as arrays with status
, message
, and statusCode
keys. Example:
License
This package is open-sourced software licensed under the MIT license.
Author
- Alexandr Solonytskyi
For more information, visit the TAAPI.io documentation.
All versions of laravel-taapio with dependencies
illuminate/support Version ^8.0|^9.0|^10.0
guzzlehttp/guzzle Version ^7.0