PHPackages                             neilgarb/bitx - 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. neilgarb/bitx

ActiveLibrary[API Development](/categories/api)

neilgarb/bitx
=============

BitX PHP Client

6922[3 issues](https://github.com/neilgarb/bitx/issues)PHP

Since Nov 19Pushed 10y ago2 watchersCompare

[ Source](https://github.com/neilgarb/bitx)[ Packagist](https://packagist.org/packages/neilgarb/bitx)[ RSS](/packages/neilgarb-bitx/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

BitX PHP Client
===============

[](#bitx-php-client)

[![Build Status](https://camo.githubusercontent.com/6e94fe6c345f7b5e9ada56c96b1aa75d86a64c0f46bb8732c992ef5d655ed073/68747470733a2f2f7472617669732d63692e6f72672f6e65696c676172622f626974782e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/neilgarb/bitx)

This is a PHP client for the BitX API ().

The client uses Guzzle to make HTTPS calls.

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

[](#installation)

```
composer require "neilgarb/bitx"
```

Usage
-----

[](#usage)

```
$client = new Bitx\Client('key', 'secret');
$tickers = $client->getTickers();
```

Reference
---------

[](#reference)

```
getTicker($pair)
getTickers()
getOrderbook($pair)
getTrades($pair)
createAccount($currency, $name)
getBalance()
getTransactions($account, $min_row, $max_row)
getOrders($state = null, $pair = null)
createOrder($pair, $type, $volume, $price)
createMarketOrder(
stopOrder($order_id)
getOrder($order)
getFundingAddress($asset, $address = null)
createFundingAddress($asset)
getWithdrawals()
createWithdrawal($type, $amount)
getWithdrawal($withdrawal)
deleteWithdrawal($withdrawal)
createSend(
createQuote($type, $base_amount, $pair)
getQuote($quote)
exerciseQuote($quote)
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/598376?v=4)[Neil Garb](/maintainers/neilgarb)[@neilgarb](https://github.com/neilgarb)

---

Top Contributors

[![neilgarb](https://avatars.githubusercontent.com/u/598376?v=4)](https://github.com/neilgarb "neilgarb (7 commits)")

### Embed Badge

![Health badge](/badges/neilgarb-bitx/health.svg)

```
[![Health](https://phpackages.com/badges/neilgarb-bitx/health.svg)](https://phpackages.com/packages/neilgarb-bitx)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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