selfreliance/coinpayments

CoinPayments比特币支付系统,适用于Laravel

0.0.25 2019-06-07 14:06 UTC

This package is auto-updated.

Last update: 2024-09-08 01:05:51 UTC


README

使用composer安装此包

composer require selfreliance/coinpayments

发布配置

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

使用名称模块

use Selfreliance\CoinPayments\CoinPayments;

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

配置

添加到.env文件

#CoinPayments_Settings
CP_PUBLIC_KEY=
CP_PRIVATE_KEY=
CP_MERCHANT_ID=
CP_IPN_SECRET=