PHPackages                             dvomaks/laravel-livecoin - 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. dvomaks/laravel-livecoin

ActiveLibrary

dvomaks/laravel-livecoin
========================

Livecoin API wrapper for Laravel

1.01(7y ago)29MITPHPPHP &gt;=7.0.0

Since Nov 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dvomaks/laravel-livecoin)[ Packagist](https://packagist.org/packages/dvomaks/laravel-livecoin)[ RSS](/packages/dvomaks-laravel-livecoin/feed)WikiDiscussions master Synced 2mo ago

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

Laravel-Livecoin
================

[](#laravel-livecoin)

Start trading on Livecoin right away using your favorite PHP framework.

### Installation

[](#installation)

`composer require dvomaks/laravel-livecoin`.

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

```
 'providers' => [
    Dvomaks\Livecoin\LivecoinServiceProvider::class,
 ],
```

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

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

```
LIVECOIN_KEY={YOUR_API_KEY}
LIVECOIN_SECRET={YOUR_API_SECRET}

```

Add the alias to your `config/app.php`:

```
'aliases' => [
    'Livecoin' => Dvomaks\Livecoin\Livecoin::class,
],
```

### Usage

[](#usage)

Please refer to the [Api Documentation](https://www.livecoin.net/api/common) for more info, or read the [docblocks](https://github.com/dvomaks/laravel-livecoin/blob/master/src/Client.php) !

```
$params = array(...);
```

[Public data documentation](https://www.livecoin.net/api/public)

```
Livecoin::exchangeTicker($params);
Livecoin::exchangeLastTrades($params);
Livecoin::exchangeOrderBook($params);
Livecoin::exchangeAllOrderBook($params);
Livecoin::exchangeMaxbidMinask($params);
Livecoin::exchangeRestrictions($params);
Livecoin::infoCoinInfo();
```

[Private user data documentation](https://www.livecoin.net/api/public)

```
Livecoin::exchangeTrades($params);
Livecoin::exchangeClientOrders($params);
Livecoin::exchangeOrder($params);
Livecoin::paymentBalances($params);
Livecoin::paymentBalance($params);
Livecoin::paymentHistoryTransactions($params);
Livecoin::paymentHistorySize($params);
Livecoin::exchangeCommissions();
Livecoin::exchangeCommissionCommonInfo();
```

[Open/cancel orders documentation](https://www.livecoin.net/api/orders)

```
Livecoin::exchangeBuylimit($params);
Livecoin::exchangeSelllimit($params);
Livecoin::exchangeBuymarket($params);
Livecoin::exchangeSellmarket($params);
Livecoin::exchangeCancellimit($params);
```

[Deposit and withdrawal documentation](https://www.livecoin.net/api/withdrawal)

```
Livecoin::paymentGetAddress($params);
Livecoin::paymentOutCoin($params);
Livecoin::paymentOutPayeer($params);
Livecoin::paymentOutCapitalist($params);
Livecoin::paymentOutAdvcah($params);
Livecoin::paymentOutCard($params);
Livecoin::paymentOutOkpay($params);
Livecoin::paymentOutPerfectmoney($params);
```

[Vouchers documentation](https://www.livecoin.net/api/vouchers)

```
Livecoin::paymentVoucherMake($params);
Livecoin::paymentVoucherAmount($params);
Livecoin::paymentVoucherRedeem($params);
```

### Example

[](#example)

[To retrieve information on the latest transactions for a specified currency pair.](https://www.livecoin.net/api/public#exchangelast_trades)

```
use Dvomaks\Livecoin\Livecoin;

$data = Livecoin::exchangeLastTrades([
        'currencyPair'  => 'BTC/USD',
        'minutesOrHour' => 'true',
        'type'          => 'BUY',
    ]);

dd($data);
```

This package is provided as-is. Do with it what you want ! PR's will be looked into. I personally believe in freedom and equality, which is one of the reasons I'm in crypto. It's also the reason I'm sharing most of the reusable code I write.

If you're feeling generous, you can always leave a tip. Any satoshi will do. May the chain be with you. And may you be with the chain.

BTC `1NEXi3RS95ggjxFNeDpx6G76pRaJovYk2v`

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

2

Last Release

2857d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4de953ca506a84e7c5f03d4dccb89fb18e05dac1a90d26ede34e6262ae4ed67c?d=identicon)[dvomaks](/maintainers/dvomaks)

---

Top Contributors

[![dvomaks](https://avatars.githubusercontent.com/u/15885177?v=4)](https://github.com/dvomaks "dvomaks (14 commits)")

### Embed Badge

![Health badge](/badges/dvomaks-laravel-livecoin/health.svg)

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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