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 3w 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 41% 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

3367d 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

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k37](/packages/civicrm-civicrm-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nfse-nacional/nfse-php

This is my package nfse

1523.1k](/packages/nfse-nacional-nfse-php)

PHPackages © 2026

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