PHPackages                             pxgamer/vinex - 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. pxgamer/vinex

ActiveLibrary[API Development](/categories/api)

pxgamer/vinex
=============

A PHP wrapper for the VINEX API.

v1.0.0-beta.3(6y ago)27MITPHPPHP ^7.1

Since Jan 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/owenvoke/vinex-php)[ Packagist](https://packagist.org/packages/pxgamer/vinex)[ RSS](/packages/pxgamer-vinex/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

VINEX PHP
=========

[](#vinex-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9597c17c6e14671f885884a8a6684ed5da16f4abf98cf12fdbb03163d6f48461/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707867616d65722f76696e65782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/vinex)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/fe9fdc72d0cee402724cf00112c0ba64f6cbb0871acfe448e7155bfaf2e3f5ce/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f707867616d65722f76696e65782d7068702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.com/pxgamer/vinex-php)[![Style CI](https://camo.githubusercontent.com/8475f4f0771fcfa2133e466d822df0293f48d185e12e894fd50ef0c9d280cc82/68747470733a2f2f7374796c6563692e696f2f7265706f732f3136373236373135332f736869656c64)](https://styleci.io/repos/167267153)[![Code Coverage](https://camo.githubusercontent.com/387c0cc448203432a2042e7839e11b535f2ab760f4bded958f8f077d7c5487f8/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f707867616d65722f76696e65782d7068702e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/pxgamer/vinex-php)[![Total Downloads](https://camo.githubusercontent.com/2ac09feb53dbc825ac04e6d7b91c684955f72516052d01edf8c8de7269f429b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707867616d65722f76696e65782e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pxgamer/vinex)

A PHP wrapper for the VINEX API.

Install
-------

[](#install)

Via Composer

```
$ composer require pxgamer/vinex
```

Usage
-----

[](#usage)

**Create an instance of the API**

```
$adapter = new HttpAdapter('api-token');
$vinex = new Vinex($adapter);

$vinex->basic();
$vinex->general();
$vinex->account();
```

**Basic API calls**

```
// Retrieve the current server unix timestamp (e.g. `1548690153`)
$vinex->basic()->getServerTime();
// Retrieve an array of Entity\Market instances
$vinex->basic()->getAllMarketInformation();
// Retreive a single Entity\Market instance
$vinex->basic()->getSingleMarketInformation('market');
```

**General API calls**

```
// Retrieve an array of Entity\MarketOrder instances
$vinex->general()->getMarketOrders('order-type', 'market');
```

**Account API calls**

```
// Retrieve an array of Entity\Balance instances
$vinex->account()->getAllBalanceInformation();
// Retrieve a single Entity\Balance instance
$vinex->account()->getSingleBalanceInformation('coin');
// Retrieve an array of Entity\Order instances
$vinex->account()->getMyOrders();
// Retrieve an array of Entity\Trade instances
$vinex->account()->getMyTrading();
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](.github/CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [pxgamer](https://github.com/pxgamer)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~129 days

Total

3

Last Release

2405d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (60 commits)")[![bradietilley](https://avatars.githubusercontent.com/u/44430471?v=4)](https://github.com/bradietilley "bradietilley (4 commits)")

---

Tags

apicomposerphpvinexwrapper

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pxgamer-vinex/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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