jjpost86 / ftxus-php
A PHP client for FTXUS.com
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 17
pkg:composer/jjpost86/ftxus-php
Requires
- php: ^7.4
- vdbelt/ftx-php: ^0.1
README
This package aims to implement the FTX-US.com REST API endpoints.
Installation
You can install the package via composer:
composer require jjpost86/ftxus-php
This library is not hard coupled to Guzzle or any other HTTP library. It follows PSR-18 client abstraction. You'll need to install your own preferred client.
If you want to get started quickly:
composer require jjpost86/ftxus-php php-http/curl-client nyholm/psr7