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

ActiveLibrary[Payment Processing](/categories/payments)

pawelsome/coinpayment
=====================

CoinPayment PHP client for Laravel

2.0.0(7y ago)012MITPHPPHP &gt;=7.1

Since Mar 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pawelsome/CoinPayment)[ Packagist](https://packagist.org/packages/pawelsome/coinpayment)[ RSS](/packages/pawelsome-coinpayment/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (29)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/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:

```
