PHPackages                             harrison/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. harrison/coinpayment

ActiveLibrary[Payment Processing](/categories/payments)

harrison/coinpayment
====================

CoinPayment PHP client for Laravel

069PHP

Since Jun 24Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#coinpayment)

CoinPayment is a laravel module for handle transaction from [**CoinPayment**](https://www.coinpayments.net/index.php?ref=3dc0c5875304cc5cc1d98782c2741cb5) like a create transaction, history transaction, etc. [![Example](https://github.com/Harrison/CoinPayment/raw/master/example.png?raw=true)](https://github.com/Harrison/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 harrison/coinpayment

```

Publishing vendor

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

```

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

```
