selfreliance/coinpayments

CoinPayments bitcoin payment system for laravel

This package's canonical repository appears to be gone and the package has been frozen as a result.

0.0.25 2019-06-07 14:06 UTC

This package is auto-updated.

Last update: 2024-10-08 01:23:31 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=