Skip to content
forked from vdbelt/ftx-php

PHP wrapper for FTX.com REST API

License

Notifications You must be signed in to change notification settings

jjpost86/ftxus-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support for FTX-US for package vdbelt/ftx-php

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

For more info and documentation, go to vdbelt/ftp-php