PHPackages                             stk2k/pholoniex - 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. stk2k/pholoniex

ActiveLibrary[API Development](/categories/api)

stk2k/pholoniex
===============

pholoniex, poloniex API PHP client

0.3.4(7y ago)041MITPHPPHP &gt;=5.5.0

Since Apr 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/stk2k/pholoniex)[ Packagist](https://packagist.org/packages/stk2k/pholoniex)[ Docs](https://github.com/stk2k/pholoniex)[ RSS](/packages/stk2k-pholoniex/feed)WikiDiscussions master Synced 1mo ago

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

pholoniex, poloniex API PHP client
==================================

[](#pholoniex-poloniex-api-php-client)

Description
-----------

[](#description)

pholoniex is a PHP library which provides calling poloniex-API.

Feature
-------

[](#feature)

- simple interface

Demo
----

[](#demo)

### simple and fastest sample:

[](#simple-and-fastest-sample)

```
use Pholoniex\PholoniexClient;

$client = new PholoniexClient();

$ticker_list = $client->getTicker();

foreach($ticker_list as $symbol => $ticker){
    echo "[$symbol]" . $ticker['last'] . PHP_EOL;
}

```

Usage
-----

[](#usage)

1. create PholoniexClient object.
2. call API method.
3. The method returns array or object(stdClass).

Requirement
-----------

[](#requirement)

PHP 5.5 or later

Installing pholoniex
--------------------

[](#installing-pholoniex)

The recommended way to install pholoniex is through [Composer](http://getcomposer.org).

```
composer require stk2k/pholoniex
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

License
-------

[](#license)

[MIT](https://github.com/stk2k/pholoniex/blob/master/LICENSE)

Author
------

[](#author)

[stk2k](https://github.com/stk2k)

Disclaimer
----------

[](#disclaimer)

This software is no warranty.

We are not responsible for any results caused by the use of this software.

Please use the responsibility of the your self.

Donation
--------

[](#donation)

-Bitcoin: 3HCw9pp6dSq1xU9iPoPKVFyVbM8iBrrinn

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~4 days

Total

11

Last Release

2908d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/955f3d564811dc5e1212c1a7a66bc4eb7e11ac166cc38600f244dc25f97d3ef4?d=identicon)[stk2k](/maintainers/stk2k)

---

Top Contributors

[![stk2k](https://avatars.githubusercontent.com/u/985640?v=4)](https://github.com/stk2k "stk2k (11 commits)")

---

Tags

phplibrarybitcoinPoloniexpoloniex api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/stk2k-pholoniex/health.svg)

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

###  Alternatives

[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[maxbeckers/amazon-alexa-php

Php library for amazon echo (alexa) skill development.

11554.0k2](/packages/maxbeckers-amazon-alexa-php)[ontraport/sdk-php

ONTRAPORT PHP Library

19360.5k2](/packages/ontraport-sdk-php)

PHPackages © 2026

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