vdbelt/ftx-php

Quick start missing require

mauro-miatello opened this issue · 0 comments

with
composer require vdbelt/ftx-php php-http/curl-client nyholm/psr7
scripts need at first line
require('vendor/autoload.php');
otherwise you have an error "not found class FTX"