Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Coinpayment Laravel Package

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.

View on GitHub
Deep Wiki
Context7

CoinPayments Legacy for Laravel 11/12/13

Latest Stable Version Total Downloads Tests License

CoinPayments

Accept cryptocurrency payments in Laravel through CoinPayments.net. It gives you a Livewire checkout, live payment status, IPN handling, and an admin panel for balances, withdrawals, and transactions. This is the module CoinPayments points to for Laravel on their developer code page.

It uses the CoinPayments legacy v1 Merchant API.

Documentation

Full guides, configuration, and screenshots are on the docs site:

https://hexters.github.io/CoinPayment/

Checkout

Install

composer require hexters/coinpayment
php artisan coinpayment:install

Then generate a payment link and redirect to it:

use Hexters\CoinPayment\CoinPayment;

return redirect(CoinPayment::generatelink([
    'order_id'     => uniqid(),
    'amountTotal'  => 37.5,
    'buyer_email'  => 'buyer@mail.com',
    'redirect_url' => url('/thank-you'),
]));

The full setup, the listener job, IPN, the admin panel, and every config option are covered in the documentation.

What you get

  • A Livewire checkout with coin search, a QR code, and a copyable address
  • A payment modal that updates in real time, with a countdown and partial-payment handling
  • IPN verified with HMAC-SHA512, plus a coinpayment:sync command for when IPN cannot reach you
  • A gate-protected admin panel: balances with fiat values, withdrawals, and a searchable transactions table
  • Runs on Laravel 11, 12 and 13 with no Node build step

Pricing

Free to use while you develop. On production and staging, a one-time license unlocks every coin on the checkout plus withdrawals and the detail views. See pricing or get a license.

Support

Found a bug or need help? Open an issue at github.com/hexters/CoinPayment/issues.

License

Source-available. Free to use and develop with locally; production and staging use of the premium features requires a paid license. © 2018-2026 Asep SS (hexters).

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky