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

ActiveLibrary[API Development](/categories/api)

pepijnolivier/laravel-poloniex
==============================

Poloniex API wrapper for Laravel

v1.2.0(8y ago)25374[2 issues](https://github.com/pepijnolivier/laravel-poloniex/issues)MITPHPPHP &gt;=7.0.0

Since Jan 21Pushed 7y ago3 watchersCompare

[ Source](https://github.com/pepijnolivier/laravel-poloniex)[ Packagist](https://packagist.org/packages/pepijnolivier/laravel-poloniex)[ RSS](/packages/pepijnolivier-laravel-poloniex/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (9)Used By (0)

### Installation

[](#installation)

Require this package in your project with `composer require pepijnolivier/laravel-poloniex`. Add the service provider to your `config/app.php`:

```
'providers' => [
    Pepijnolivier\Poloniex\PoloniexServiceProvider::class,
],

```

...run `php artisan vendor:publish` to copy the config file. Edit `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 an alias in your `config/app.php`:

```
'aliases' => [
    'Poloniex' => Pepijnolivier\Poloniex\Poloniex::class,
],

```

Usage examples:

```
use Pepijnolivier\Poloniex\Poloniex;

// Balances

Poloniex::getBalances();
Poloniex::getBalanceFor('BTC');
Poloniex::getFeeInfo();
Poloniex::getDepositAddresses();
Poloniex::transferBalance($currency, $amount, $fromAccount, $toAccount);

// Lending

Poloniex::getActiveLoans();
Poloniex::getTradableBalances();
Poloniex::getOpenLoanOffers();
Poloniex::getLoanOrders('BTC');
Poloniex::getLendingHistory(int $startUnixTimestamp, int $endUnixTimestamp, int $limit=0);

Poloniex::createLoanOffer(($currency, $amount, $duration, $lendingRate, $autoRenew=false));
Poloniex::cancelLoanOffer($orderNumber);
Poloniex::toggleAutoRenewLoan($orderNumber);

// Currency info

Poloniex::getCurrencies();
Poloniex::getVolume();
Poloniex::getVolumeFor('BTC_XMR');
Poloniex::getTickers();
Poloniex::getTicker("BTC_XMR");

// Trade info

Poloniex::getMyTradeHistory('BTC_XMR');
Poloniex::getTradeHistory('BTC_XMR');
Poloniex::getOrderTrades($orderNumber);
Poloniex::getOpenOrders('BTC_XMR');
Poloniex::getOrderBook('BTC_XMR');
Poloniex::getTradingPairs();

Poloniex::buy('BTC_XMR', 0.013, 1, 'postOnly');
Poloniex::sell('BTC_XMR', 0.013, 1, 'postOnly');
Poloniex::cancelOrder('BTC_XMR', 123);
Poloniex::moveOrder($orderNumber, $rate, array $options=[]);
Poloniex::withdraw('BTC', 1, '14PJdqimDkCqWCH1oXy4sVV6nwweqXYDjt');

// Margin account

Poloniex::getMarginAccountSummary();
Poloniex::getMarginPosition('BTC_XMR');

Poloniex::marginBuy($pair, $rate, $amount, $lendingRate=null);
Poloniex::marginSell($pair, $rate, $amount, $lendingRate=null);
Poloniex::closeMarginPosition('BTC_XMR');

// Chart helpers

Poloniex::getValidChartDataTickIntervals();

```

Tips are appreciated `1N5ET46r5Z4HdfhRjGMp7SpEMPes9S1H9n`

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 84.8% 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 ~35 days

Recently: every ~43 days

Total

6

Last Release

3274d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

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

OpenApi or Swagger integration to Laravel

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

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M62](/packages/knuckleswtf-scribe)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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