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
Requires
- php: >=5.6.0
Requires (Dev)
- phpunit/phpunit: ~4.8
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=