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

ActiveLibrary[API Development](/categories/api)

htunlogic/laravel-poloniex
==========================

Poloniex API wrapper for Laravel

v1.1.2(9y ago)151.7k14[2 issues](https://github.com/htunlogic/laravel-poloniex/issues)MITPHPPHP &gt;=7.0.0

Since Jan 21Pushed 9y ago3 watchersCompare

[ Source](https://github.com/htunlogic/laravel-poloniex)[ Packagist](https://packagist.org/packages/htunlogic/laravel-poloniex)[ RSS](/packages/htunlogic-laravel-poloniex/feed)WikiDiscussions master Synced 2d 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

33

—

LowBetter than 72% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~0 days

Total

4

Last Release

3487d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8052928?v=4)[Tibor Huđik](/maintainers/htunlogic)[@htunlogic](https://github.com/htunlogic)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

137236.2k8](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

793.9k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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