selfreliance/coinpayments

CoinPayments bitcoin payment system for laravel

0.0.25 2019-06-07 14:06 UTC

This package is auto-updated.

Last update: 2024-04-08 00:22:46 UTC


README

Require this package with composer:

composer require selfreliance/coinpayments

Publish Config

php artisan vendor:publish --provider="Selfreliance\CoinPayments\CoinPaymentsServiceProvider"

Use name module

use Selfreliance\CoinPayments\CoinPayments;

or

$pm = resolve('payment.perfectmoney');

Configuration

Add to .env file:

#CoinPayments_Settings
CP_PUBLIC_KEY=
CP_PRIVATE_KEY=
CP_MERCHANT_ID=
CP_IPN_SECRET=