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 8y 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 2w ago

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 41% 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

3446d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/92259413?v=4)[Mirror4u](/maintainers/Mirror4u)[@mirror4u](https://github.com/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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M952](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

3.0k37.6M128](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M62](/packages/knuckleswtf-scribe)[kyon147/laravel-shopify

Shopify package for Laravel to aide in app development

485302.1k](/packages/kyon147-laravel-shopify)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[justbetter/laravel-magento-client

A client to interact with Magento

50111.9k14](/packages/justbetter-laravel-magento-client)

PHPackages © 2026

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