hexters/coinpayment
Laravel CoinPayments integration by Hexters. Provides simple setup and helpers to create transactions, generate checkout URLs, handle IPN callbacks, track payment status, and process confirmations for crypto payments via the CoinPayments API.
A maintenance release on top of 4.0.0, focused on documentation and housekeeping. No breaking changes, no code-behavior changes.
Documentation now lives at https://hexters.github.io/CoinPayment/
header) setting moved to the top of config/coinpayment.php, with clearer
comments.coinpayment:sync command for when IPN cannot reach you. composer require hexters/coinpayment
php artisan coinpayment:install
CoinPaymentFacadeSet this code below to custom logo coin in config/conpayment.php
'logos' => [
'Bitcoin' => 'https://github.com/hexters/CoinPayment/blob/master/btc.png?raw=true',
'Velas (Old Chain)' => 'https://github.com/hexters/CoinPayment/blob/master/velas.png?raw=true'
// other coin
]
Update support for laravel 8
Fix namespace Str
Fix unique name for routes
Edit keywords
Add license
Fix bug division by zero
Custom menus from config file
Update List Transacton 50%
How can I help you explore Laravel packages today?