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(10mo ago)32.6k1MITPHPPHP ^7.4 || ^8.0

Since Dec 8Pushed 10mo 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 1w ago

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

40

—

FairBetter than 86% of packages

Maintenance55

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity57

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

300d 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.2k555.0M2.8k](/packages/aws-aws-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[google/cloud-core

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

346137.0M126](/packages/google-cloud-core)[sylius/sylius

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

8.5k6.0M777](/packages/sylius-sylius)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[ccxt/ccxt

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

43.6k344.8k1](/packages/ccxt-ccxt)

PHPackages © 2026

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