PHPackages                             libressltd/lbpayment - 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. libressltd/lbpayment

ActiveLibrary

libressltd/lbpayment
====================

Form element for reuse

0.0.3(9y ago)039MITPHP

Since Dec 22Pushed 9y agoCompare

[ Source](https://github.com/libressltd/lbpayment)[ Packagist](https://packagist.org/packages/libressltd/lbpayment)[ RSS](/packages/libressltd-lbpayment/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

LBPayment
=========

[](#lbpayment)

Install

composer require libressltd/lbpayment

After install

Add to config/app.php, service provider

LIBRESSLtd\\LBPayment\\LBPaymentServiceProvider::class,

Run migration &amp; vendor publish

```
php artisan migration

php artisan vendor:publish --tag="lbpayment" --force
php artisan vendor:publish --tag="lbpayment_config" --force
```

Implement inside your transaction class (to handle when transaction change the status)

function LBP\_transaction\_updated($status) { // $status // 0: pending // -1 failed // 1: done }

Payments will post with a 'status' field, here are the currently defined values: -2 = PayPal Refund or Reversal -1 = Cancelled / Timed Out 0 = Waiting for buyer funds 1 = We have confirmed coin reception from the buyer 2 = Queued for nightly payout (if you have the Payout Mode for this coin set to Nightly) 3 = PayPal Pending (eChecks or other types of holds) 100 = Payment Complete. We have sent your coins to your payment address or 3rd party payment system reports the payment complete For future-proofing your IPN handler you can use the following rules: &lt;0 = Failures/Errors 0-99 = Payment is Pending in some way

> =100 = Payment completed successfully IMPORTANT: You should never ship/release your product until the status is &gt;= 100 OR == 2 (Queued for nightly payout)!

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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.

###  Release Activity

Cadence

Every ~2 days

Total

11

Last Release

3403d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/450a41a5c6f7456d45c1bb20d3dc7542d969e3252657af09ebd19182cd08b0e2?d=identicon)[libressltd](/maintainers/libressltd)

### Embed Badge

![Health badge](/badges/libressltd-lbpayment/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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