PHPackages                             nekofar/nobitex - 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. nekofar/nobitex

AbandonedArchivedLibrary[API Development](/categories/api)

nekofar/nobitex
===============

PHP wrapper for the Nobitex API

v2.0.6(3y ago)614[1 issues](https://github.com/nekofar/nobitex-api-php-client/issues)[4 PRs](https://github.com/nekofar/nobitex-api-php-client/pulls)MITPHPPHP ^7.3 || ^8.0

Since Jul 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/nekofar/nobitex-api-php-client)[ Packagist](https://packagist.org/packages/nekofar/nobitex)[ Fund](https://unstoppabledomains.com/d/nekofar.crypto)[ GitHub Sponsors](https://github.com/nekofar)[ RSS](/packages/nekofar-nobitex/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (15)Versions (29)Used By (0)

Nobitex Market PHP API
======================

[](#nobitex-market-php-api)

[![Packagist Version](https://camo.githubusercontent.com/3818500ac804db136804290c6da024fb58f029a52cc471326c8c7d63ab10584a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656b6f6661722f6e6f62697465782e737667)](https://packagist.org/packages/nekofar/nobitex)[![PHP from Packagist](https://camo.githubusercontent.com/b25844494fb0406d8715494703af86c2c384557aa1c683bc988e4cd43bd9ba64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6e656b6f6661722f6e6f62697465782e737667)](https://packagist.org/packages/nekofar/nobitex)[![Tests Status](https://camo.githubusercontent.com/73356e9caf3266fb9ed4e86152a4eb18407183e5dd3bd5def268ebd9b0d56d16/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6e656b6f6661722f6e6f62697465782d6170692d7068702d636c69656e742f5465737473)](https://github.com/nekofar/nobitex-api-php-client/actions/workflows/tests.yml)[![Coverage Status](https://camo.githubusercontent.com/148b0ba8ee3101828ad704abce47fe51ae145bc5134f9b96b8261fa87a9f3da6/68747470733a2f2f636f6465636f762e696f2f67682f6e656b6f6661722f6e6f62697465782d6170692d7068702d636c69656e742f67726170682f62616467652e737667)](https://codecov.io/gh/nekofar/nobitex-api-php-client)[![License](https://camo.githubusercontent.com/a1089c33c37a91e37c948401d055aab18cb3b186f0a3dec729b24b66da4813e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e656b6f6661722f6e6f62697465782e737667)](https://github.com/nekofar/nobitex-api-php-client/blob/master/LICENSE)[![Twitter: nekofar](https://camo.githubusercontent.com/e6263e20d601d2873043b18b66c58ef4c5e4718bcae7a0b9c8906f800c260e14/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6e656b6f6661722e7376673f7374796c653d666c6174)](https://twitter.com/nekofar)

> This is a PHP wrapper for the [Nobitex API](https://apidocs.nobitex.market/en/).

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

[](#installation)

This wrapper relies on HTTPlug, which defines how HTTP message should be sent and received. You can use any library to send HTTP messages that implements [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation).

```
composer require nekofar/nobitex:^2.0
```

To install with cURL you may run the following command:

```
composer require nekofar/nobitex:^2.0 php-http/curl-client:^2.0
```

Usage
-----

[](#usage)

Use your username and password to access your own account.

```
use \Nekofar\Nobitex\Client;
use \Nekofar\Nobitex\Config;

$config = Config::doAuth('username', 'password')
$client = Client::create($config)

try {
    $profile = $client->getUserProfile();

    echo 'Email: ' . $profile->email . PHP_EOL;
    echo 'Last name: ' . $profile->lastName . PHP_EOL;
    echo 'First name: ' . $profile->firstName . PHP_EOL;

} catche (\Exception $e) {
    echo 'Error: ' . $e->getMessage();
}
```

Contributing
------------

[](#contributing)

The test suite is built using PHPUnit. Run the suite of unit tests by running the `phpunit` command or this composer script.

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

---

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 99.2% 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 ~57 days

Recently: every ~73 days

Total

20

Last Release

1405d ago

Major Versions

v1.0.8 → v2.0.02021-09-18

PHP version history (3 changes)v1.0.0-alphaPHP &gt;=5.6

v1.0.5PHP &gt;=7.3

v1.0.7PHP ^7.3 || ^8.0

### Community

Maintainers

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

---

Top Contributors

[![nekofar](https://avatars.githubusercontent.com/u/147401?v=4)](https://github.com/nekofar "nekofar (257 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![mend-bolt-for-github[bot]](https://avatars.githubusercontent.com/in/16809?v=4)](https://github.com/mend-bolt-for-github[bot] "mend-bolt-for-github[bot] (1 commits)")

---

Tags

api-wrappercryptocurrencycryptocurrency-exchangesexchangenobitexphpphp-libraryapicryptobitcoinnobitexnekofar

###  Code Quality

TestsPest

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nekofar-nobitex/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

27558.7k3](/packages/apigee-apigee-client-php)[dhope0000/lxd

PHP-based API wrapper for LXD REST API.

136.2k](/packages/dhope0000-lxd)[brd6/notion-sdk-php

Notion SDK for PHP

5918.0k](/packages/brd6-notion-sdk-php)

PHPackages © 2026

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