PHPackages                             vpn99/coinpayment - 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. [Payment Processing](/categories/payments)
4. /
5. vpn99/coinpayment

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

vpn99/coinpayment
=================

CoinPayment PHP client for Laravel

v1.1.4(7y ago)06MITPHPPHP &gt;=7.1

Since Mar 23Pushed 7y ago3 watchersCompare

[ Source](https://github.com/vpn99/CoinPayment)[ Packagist](https://packagist.org/packages/vpn99/coinpayment)[ RSS](/packages/vpn99-coinpayment/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (27)Used By (0)

CoinPayment
===========

[](#coinpayment)

[![Latest Stable Version](https://camo.githubusercontent.com/291966d9b802dcedba26812ca2a549e61d438c21147fc4a341c5c6e3bffb3038/68747470733a2f2f706f7365722e707567782e6f72672f686578746572732f636f696e7061796d656e742f762f737461626c65)](https://packagist.org/packages/hexters/coinpayment)[![Total Downloads](https://camo.githubusercontent.com/8d61a31e24c51ac999eaaf6231b3e62f9597df19adaf07856648b666478eaecf/68747470733a2f2f706f7365722e707567782e6f72672f686578746572732f636f696e7061796d656e742f646f776e6c6f616473)](https://packagist.org/packages/hexters/coinpayment)[![License](https://camo.githubusercontent.com/893bd7a736d27daa047af5863aa6060c1d2a992813c0e0d28d0a7f099f3fb94d/68747470733a2f2f706f7365722e707567782e6f72672f686578746572732f636f696e7061796d656e742f6c6963656e7365)](https://packagist.org/packages/hexters/coinpayment)

CoinPayment is a Laravel module for handling transactions from [**CoinPayment**](https://www.coinpayments.net/index.php?ref=3dc0c5875304cc5cc1d98782c2741cb5) like a create transaction, history transaction, etc. [![Example](https://github.com/hexters/CoinPayment/raw/master/example.png?raw=true)](https://github.com/hexters/CoinPayment/blob/master/example.png?raw=true)

Requirement
-----------

[](#requirement)

- Laravel ^5.6
- PHP &gt;= ^7.1
- GuzzleHttp
- Nesbot/Carbon

Installation
------------

[](#installation)

You can install the package via composer:

```
$ composer require hexters/coinpayment

```

Publishing vendor

```
$ php artisan vendor:publish --tag=coinpayment-publish

```

First you should add trait class on `User` model and use this trait `Hexters\CoinPayment\Entities\CoinPaymentuserRelation` check the example below:

```
