PHPackages                             sadenergizer/laravel-poloniex - 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. sadenergizer/laravel-poloniex

ActiveLibrary[API Development](/categories/api)

sadenergizer/laravel-poloniex
=============================

Poloniex API wrapper for Laravel

v1.1.2(9y ago)010MITPHPPHP &gt;=7.0.0

Since Jan 21Pushed 7y agoCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (0)

### Installation

[](#installation)

Require this package in your project with `composer require htunlogic/laravel-poloniex`.

Add the service provider to your `config/app.php`:

```
'providers' => [

    Htunlogic\Poloniex\PoloniexServiceProvider::class,

],

```

...run `php artisan vendor:publish` to copy the config file.

Edit the `config/poloniex.php` or add Poloniex api and secret in your `.env` file

```
POLONIEX_KEY={YOUR_API_KEY}
POLONIEX_SECRET={YOUR_API_SECRET}

```

Optionally you can add alias to your `config/app.php`:

```
'aliases' => [

    'Poloniex' => Htunlogic\Poloniex\Poloniex::class,

],

```

Usage examples:

```
use Htunlogic\Poloniex\Poloniex;

```

```
Poloniex::getBalanceFor('BTC');
Poloniex::getOpenOrders('BTC_XMR');
Poloniex::getMyTradeHistory('BTC_XMR');
Poloniex::buy('BTC_XMR', 0.013, 1, 'postOnly');
Poloniex::sell('BTC_XMR', 0.013, 1, 'postOnly');
Poloniex::cancelOrder('BTC_XMR', 123);
Poloniex::withdraw('BTC', 1, '14PJdqimDkCqWCH1oXy4sVV6nwweqXYDjt');
Poloniex::getTradeHistory('BTC_XMR');
Poloniex::getOrderBook('BTC_XMR');
Poloniex::getVolumeFor('BTC_XMR');
Poloniex::getTradingPairs();
Poloniex::getTicker("BTC_XMR");
Poloniex::getBalances();
Poloniex::getVolume();
Poloniex::getTickers();

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 70% 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 ~0 days

Total

4

Last Release

3396d ago

### Community

Maintainers

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

---

Top Contributors

[![htunlogic](https://avatars.githubusercontent.com/u/8052928?v=4)](https://github.com/htunlogic "htunlogic (7 commits)")[![SadEnergizer](https://avatars.githubusercontent.com/u/22399742?v=4)](https://github.com/SadEnergizer "SadEnergizer (3 commits)")

### Embed Badge

![Health badge](/badges/sadenergizer-laravel-poloniex/health.svg)

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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