PHPackages                             bitfinex/api-rest - 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. bitfinex/api-rest

ActiveLibrary[API Development](/categories/api)

bitfinex/api-rest
=================

Official Bitfinex REST v2 API interface

v2.0.0(8mo ago)32.6k1MITPHPPHP ^7.4 || ^8.0

Since Dec 8Pushed 8mo ago2 watchersCompare

[ Source](https://github.com/bitfinexcom/bitfinex-api-php)[ Packagist](https://packagist.org/packages/bitfinex/api-rest)[ Docs](https://github.com/bitfinexcom/bitfinex-api-php)[ RSS](/packages/bitfinex-api-rest/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

bitfinex-api-php
================

[](#bitfinex-api-php)

Features
--------

[](#features)

- Official implementation
- REST v2 API

Installation
------------

[](#installation)

```
composer require bitfinex/api-rest
```

Usage
-----

[](#usage)

```
require __DIR__.'/vendor/autoload.php';

use BFX\RESTv2;

$restV2 = new RESTv2([
  'apiKey' => '...',
  'apiSecret' => '...',
  'transform' => true
]);

try {
  $res = $restV2->userInfo();
  print_r($res);
} catch (\Throwable $ex) {
  var_dump($ex->getMessage());
}
```

Testing
-------

[](#testing)

```
composer run-script test
```

Docs
----

[](#docs)

Documentation at

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance60

Regular maintenance activity

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

Every ~1413 days

Total

2

Last Release

254d ago

Major Versions

v1.0.0 → v2.0.02025-10-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/e67be0374e22431d8d60043f58b2ea587c1ecb41439a6b01e98c25de9a49b9f9?d=identicon)[bitfinex](/maintainers/bitfinex)

---

Top Contributors

[![vigan-abd](https://avatars.githubusercontent.com/u/20401969?v=4)](https://github.com/vigan-abd "vigan-abd (18 commits)")[![Mykola-code-care](https://avatars.githubusercontent.com/u/88541942?v=4)](https://github.com/Mykola-code-care "Mykola-code-care (9 commits)")[![prdn](https://avatars.githubusercontent.com/u/3747053?v=4)](https://github.com/prdn "prdn (1 commits)")[![tarcisiozf](https://avatars.githubusercontent.com/u/8385226?v=4)](https://github.com/tarcisiozf "tarcisiozf (1 commits)")[![Thomas-Heniart](https://avatars.githubusercontent.com/u/10446295?v=4)](https://github.com/Thomas-Heniart "Thomas-Heniart (1 commits)")

---

Tags

bitcoinbtcbitfinexbfx

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/bitfinex-api-rest/health.svg)

```
[![Health](https://phpackages.com/badges/bitfinex-api-rest/health.svg)](https://phpackages.com/packages/bitfinex-api-rest)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[ccxt/ccxt

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

43.2k341.0k1](/packages/ccxt-ccxt)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M419](/packages/drupal-core-recommended)[sylius/sylius

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

8.5k5.9M735](/packages/sylius-sylius)[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

346132.9M112](/packages/google-cloud-core)

PHPackages © 2026

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