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. Email us for help if needed.
Installs: 144
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 0
pkg:composer/selfreliance/coinpayments
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=