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 5d 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 22% 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

3078d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03129a309275c3dc9dba27fec81a68fe494810d0f898b412f6ffcdd627db0268?d=identicon)[briones](/maintainers/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.4k5.6M651](/packages/sylius-sylius)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[harmbandstra/swagger-ui-bundle

Exposes swagger UI inside your Symfony project through a route (eg. /docs)

42867.3k](/packages/harmbandstra-swagger-ui-bundle)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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