Quick start missing require
mauro-miatello opened this issue · 0 comments
mauro-miatello commented
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"