PHPackages                             libressltd/lbmessenger - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. libressltd/lbmessenger

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

libressltd/lbmessenger
======================

Form element for reuse

0.1.4.8(9y ago)058MITPHP

Since Jan 27Pushed 9y agoCompare

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

READMEChangelogDependencies (5)Versions (17)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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity61

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 ~5 days

Total

16

Last Release

3319d ago

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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