jjpost86/ftxus-php

A PHP client for FTXUS.com

v0.9.3 2021-02-15 23:42 UTC

This package is auto-updated.

Last update: 2024-05-16 07:02:24 UTC


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

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