PHPackages                             dzarezenko/poloniex-api - 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. dzarezenko/poloniex-api

ActiveLibrary[API Development](/categories/api)

dzarezenko/poloniex-api
=======================

PHP wrapper for the Poloniex API.

193.0k14[1 issues](https://github.com/dzarezenko/poloniex-api/issues)PHP

Since Apr 21Pushed 7y ago4 watchersCompare

[ Source](https://github.com/dzarezenko/poloniex-api)[ Packagist](https://packagist.org/packages/dzarezenko/poloniex-api)[ RSS](/packages/dzarezenko-poloniex-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Poloniex API
============

[](#poloniex-api)

PHP wrapper for the Poloniex API

[![Total Downloads](https://camo.githubusercontent.com/bee56bdc57e1c312ec9d95070784ea2e6882d4bd53ccc5210453e0baf77b929a/68747470733a2f2f706f7365722e707567782e6f72672f647a6172657a656e6b6f2f706f6c6f6e6965782d6170692f646f776e6c6f616473)](https://packagist.org/packages/dzarezenko/poloniex-api)[![License](https://camo.githubusercontent.com/c17b93661b579a480433368cd1968ca8c41a2d231435ee22d3a2b5f298be5a0d/68747470733a2f2f706f7365722e707567782e6f72672f647a6172657a656e6b6f2f706f6c6f6e6965782d6170692f6c6963656e7365)](https://packagist.org/packages/dzarezenko/poloniex-api)[![StyleCI](https://camo.githubusercontent.com/52a868577ce772568b68007a68e7c376e0638fe90a0ec4e3342821249c7678b7/68747470733a2f2f7374796c6563692e696f2f7265706f732f38363433383539352f736869656c64)](https://styleci.io/repos/86438595)[![Code Climate](https://camo.githubusercontent.com/9e7c7969c791bbc855e35c4970b6f9cb7e2f1f39ba901966b7b036f14c4b3f60/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f647a6172657a656e6b6f2f706f6c6f6e6965782d6170692f6261646765732f6770612e737667)](https://codeclimate.com/github/dzarezenko/poloniex-api)[![Ethereum donate button](https://camo.githubusercontent.com/05d7265c44181323aa6002c5c8e1e16b30ec004a0f8f35331278295a77ac2963/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f657468657265756d2d646f6e6174652d626c75652e737667)](https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=0x8Ef300465FBf0f3867E85AC60D9faD9DC6a232d9 "Donate once-off to this project using Ethereum")[![Bitcoin donate button](https://camo.githubusercontent.com/ccd6e22d2d6845160b0756b220c9d273227a0080b73c76e337b8c641a4a3ddc5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f626974636f696e2d646f6e6174652d79656c6c6f772e737667)](https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=1DKLUPCWoLFje7RBWVpDZk1tXjyRKHFkQw "Donate once-off to this project using Bitcoin")

Requirements
------------

[](#requirements)

The minimum requirement by Poloniex API is that your Web server supports PHP 5.4.

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

[](#installation)

To install Poloniex API package you can use simple `composer.json`...

```
{
    "minimum-stability": "dev",
    "require": {
        "php": ">=5.4.0",
        "dzarezenko/poloniex-api": "*"
    }
}
```

or run command:

```
composer require dzarezenko/poloniex-api:dev-master

```

Usage
-----

[](#usage)

You can find usage examples in the `examples/` folder.

Donate
------

[](#donate)

You can support this project by continuously donations to

- ETH wallet: `0x8Ef300465FBf0f3867E85AC60D9faD9DC6a232d9`
- BTC wallet: `1DKLUPCWoLFje7RBWVpDZk1tXjyRKHFkQw`

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.7% 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://www.gravatar.com/avatar/1439e7d5ed79cd69ab317ff7ed60f1c3fb94f425e536cb9e4034026cf2b4496a?d=identicon)[dzarezenko](/maintainers/dzarezenko)

---

Top Contributors

[![dzarezenko](https://avatars.githubusercontent.com/u/148570?v=4)](https://github.com/dzarezenko "dzarezenko (38 commits)")[![boukeversteegh](https://avatars.githubusercontent.com/u/53926?v=4)](https://github.com/boukeversteegh "boukeversteegh (3 commits)")

---

Tags

apiapi-wrapperbitcoinblockchaincryptocurrencyethereumlitecoinphp-wrapperpoloniexpoloniex-api

### Embed Badge

![Health badge](/badges/dzarezenko-poloniex-api/health.svg)

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

###  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

94452.6k6](/packages/botman-driver-telegram)[emartech/emarsys-magento2-extension

Magento2 integration for the Emarsys Marketing Platform

14273.9k](/packages/emartech-emarsys-magento2-extension)

PHPackages © 2026

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