php-binance-api icon indicating copy to clipboard operation
php-binance-api copied to clipboard

Fix(Psr4) Add Psr-4 load in the composer.json

Open roke22 opened this issue 4 years ago • 3 comments

Please review but now you can use namespaces to load the class. For example:

use Binance\API; $api = new API($api_key, $api_secret);

roke22 avatar May 15 '21 08:05 roke22

please look at the previous commits in your review

dmzoneill avatar Jun 25 '21 21:06 dmzoneill

needs rebase

dmzoneill avatar Jul 06 '21 08:07 dmzoneill

Sorry for the delay

roke22 avatar Sep 01 '21 19:09 roke22