PHPackages                             briones/bitso-api-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. briones/bitso-api-php

ActiveLibrary[API Development](/categories/api)

briones/bitso-api-php
=====================

A Wrapper for Bitso API made in PHP 7 and Symfony 4

0.0.1(8y ago)41MITPHPPHP ^7.1.3

Since Dec 12Pushed 8y agoCompare

[ Source](https://github.com/Briones/BitsoAPI-PHP)[ Packagist](https://packagist.org/packages/briones/bitso-api-php)[ Docs](https://github.com/Briones/BitsoAPI-PHP)[ RSS](/packages/briones-bitso-api-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

BitsoAPI Wrapper made in PHP 7
==============================

[](#bitsoapi-wrapper-made-in-php-7)

A wrapper for the [Bitso® API](https://bitso.com/api_info/) made in PHP 7 and Symfony 4

Motivation
==========

[](#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](https://github.com/bitsoex/bitso-php) 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
============

[](#installation)

To install the bitso-api-php api wrapper: `$ composer require briones/bitso-api-php`or equivalently in your composer.json file:

```
{
    "require": {
        "briones/bitsoAPI-php": "master"
    }
}
```

Public API Usage
================

[](#public-api-usage)

```
use App\Entity\BitsoPublicApi

$bitsoClient = new BitsoClient('https://api.bitso.com/v3/');
$bitsoPublicApi = new BitsoPublicApi();
$availableBooks = $bitsoPublicAPI->getAvailableBooks(['book'=>'btc_mxn','aggregate'=> 'true']);
```

Private API Usage
=================

[](#private-api-usage)

```
use App\Entity\BitsoPublicApi;

$bitsoClient = new BitsoClient('https://api.bitso.com/v3/');
$bitsoPrivateApi = new BitsoPrivateApi('YOUR_PRIVATE_KEY', 'YOUR_SECRET_KEY');

$accountStatus = $bitsoPrivateApi->getAccountStatus();
```

UNDER CONSTRUCTION

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3124d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1811438?v=4)[Roberto Briones Arguelles](/maintainers/briones)[@Briones](https://github.com/Briones)

---

Top Contributors

[![Briones](https://avatars.githubusercontent.com/u/1811438?v=4)](https://github.com/Briones "Briones (10 commits)")

---

Tags

apibitsophpphp7symfonywrapperphpapibitso

### Embed Badge

![Health badge](/badges/briones-bitso-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/briones-bitso-api-php/health.svg)](https://phpackages.com/packages/briones-bitso-api-php)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M728](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[oro/platform

Business Application Platform (BAP)

645143.5k114](/packages/oro-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M559](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M502](/packages/pimcore-pimcore)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k60](/packages/open-dxp-opendxp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
