Download the PHP package briones/bitso-api-php without Composer
On this page you can find all versions of the php package briones/bitso-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download briones/bitso-api-php
More information about briones/bitso-api-php
Files in briones/bitso-api-php
Package bitso-api-php
Short Description A Wrapper for Bitso API made in PHP 7 and Symfony 4
License MIT
Homepage https://github.com/Briones/BitsoAPI-PHP
Informations about the package bitso-api-php
BitsoAPI Wrapper made in PHP 7
A wrapper for the Bitso® API made in PHP 7 and Symfony 4
Motivation
I'm a Developer that use Bitso as platform for buying and selling Cryptocurrencies, and Bitso provides an API in order to create new ways to communicate with theirs systems so I searched for a composer package for abstract the API requests in PHP and I found the official bitso-php library but seems that this library is made in old an ugly PHP (the kind of PHP that all we hate) so I created this project in order to try replicate the functionality but with a better implementation and new technologies, like PHP 7 and Symfony 4.
I hope this could be useful for someone.
Installation
To install the bitso-api-php api wrapper:
$ composer require briones/bitso-api-php
or equivalently in your composer.json file:
Public API Usage
Private API Usage
UNDER CONSTRUCTION
All versions of bitso-api-php with dependencies
guzzlehttp/guzzle Version ~6.0
symfony/console Version ^4.0
symfony/flex Version ^1.0
symfony/framework-bundle Version ^4.0
symfony/lts Version ^4@dev
symfony/yaml Version ^4.0