PHPackages                             jlp/payment - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. jlp/payment

ActiveLibrary[Payment Processing](/categories/payments)

jlp/payment
===========

A Laravel 5 package to verify and accept payments from bitcoin

05PHP

Since Feb 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jluispcardenas/payment)[ Packagist](https://packagist.org/packages/jlp/payment)[ RSS](/packages/jlp-payment/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Screen](https://raw.githubusercontent.com/jluispcardenas/payment/master/screen.png)](https://raw.githubusercontent.com/jluispcardenas/payment/master/screen.png)

Accept payments from bitcoin
============================

[](#accept-payments-from-bitcoin)

This package enables you to accept payments from bitcoin.

Installation
------------

[](#installation)

The package can be installed through Composer:

```
composer require jlp/payment

```

This service provider must be installed:

```
//for laravel  [
    ...
    'Jlp\Payment\PaymentServiceProvider'
    ...
];
```

Use example
-----------

[](#use-example)

```
use Jlp\Payment\Gateways\Bitcoin\PaymentGateway as BitcoinPaymentGateway;

class CheckoutConfirmOrderController extends BaseController {

    /**
     * @var PaymentGateway
     */
    protected $paymentGateway;

    public function __construct(.. PaymentGateway $paymentGateway ...)
    {
        ...
        $this->paymentGateway = $paymentGateway;
        ...
    }
```

```
public function showOrderDetails()
    {
        $order = Order::findOrFail(1);

		$this->paymentGateway->setOrder($order);

		$this->paymentGateway->preparePayment();

		$paymentGateway = $this->paymentGateway;

		return view('store.payment')->with(compact('order', 'paymentGateway'));
	 }
```

[![Ejemplo](/images/logo.png)](/images/logo.png)

Remarks
-------

[](#remarks)

This module is derived from the WooComerce module for bitcoin:

Licence
-------

[](#licence)

This project is licensed under the MIT License

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0515bc36936844ef0997e756cf1d0e9198bb23463af4b97e7e806428ac318a96?d=identicon)[jluispcardenas](/maintainers/jluispcardenas)

---

Top Contributors

[![jluispcardenas](https://avatars.githubusercontent.com/u/4491285?v=4)](https://github.com/jluispcardenas "jluispcardenas (5 commits)")

---

Tags

accept-paymentsbitcoinlaravellaravel-5-packagelaravel-frameworkpayment-gateway

### Embed Badge

![Health badge](/badges/jlp-payment/health.svg)

```
[![Health](https://phpackages.com/badges/jlp-payment/health.svg)](https://phpackages.com/packages/jlp-payment)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
