PHPackages                             helaplus/laravelhelaplus - 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. [Framework](/categories/framework)
4. /
5. helaplus/laravelhelaplus

ActiveLibrary[Framework](/categories/framework)

helaplus/laravelhelaplus
========================

:package\_description

v0.5.2(3y ago)0225MITPHP

Since Apr 1Pushed 3y ago4 watchersCompare

[ Source](https://github.com/helaplus/laravelhelaplus)[ Packagist](https://packagist.org/packages/helaplus/laravelhelaplus)[ Docs](https://github.com/helaplus/laravelhelaplus)[ RSS](/packages/helaplus-laravelhelaplus/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (17)Used By (0)

Laravelhelaplus
===============

[](#laravelhelaplus)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2e55959e82a5acdab3980e9517fdbefcbbadc5b7344175864fff0ea873ee841b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68656c61706c75732f6c61726176656c68656c61706c75732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/helaplus/laravelhelaplus)[![Total Downloads](https://camo.githubusercontent.com/c370ddd1f49f7d0fcd9ce92619be6559d0db5b5b7740a0ec4dc8f802a986a1ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68656c61706c75732f6c61726176656c68656c61706c75732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/helaplus/laravelhelaplus)[![Build Status](https://camo.githubusercontent.com/d4b4d81f0c90de22a0e473dbadd611314761bc75f9e8b6775e331d56e0f1d9ea/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f68656c61706c75732f6c61726176656c68656c61706c75732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/helaplus/laravelhelaplus)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require helaplus/laravelhelaplus
```

Add the following Configs

```
B2B_INITIATOR="{your_initiator}"
B2B_PASSWORD="{your_password}"
B2B_SOURCE={source_paybll}
B2B_RESULT_URL={result_url}
B2B_CALLBACK_URL={callback_url}
B2B_SECURITY_CREDENTIAL={security_credential}
HELAPLUS_API_TOKEN="your_helaplus_api_token"
HELAPLUS_B2B_ENDPOINT={helaplus_endpoint}
```

Publish the config file. This will publish the config file to config/laravelhelaplus

```
$ php artisan vendor:publish

Then select laravelhelaplus

$ php artisan migrate

 //This will create a table for helaplus_transactions
```

Usage
-----

[](#usage)

```
use Helaplus\Laravelhelaplus\Http\B2BPaymentController;

$response = B2BPaymentController::sendB2BPayment($amount,$recipient_paybill,$commandId,$reference);

```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Author Name](https://github.com/helaplus)
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~18 days

Recently: every ~66 days

Total

16

Last Release

1285d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/105a31ce7d49d740450be7ee6a313416142beee69ed8e282e8072f641b97f29f?d=identicon)[le-yo](/maintainers/le-yo)

---

Top Contributors

[![le-yo](https://avatars.githubusercontent.com/u/1670007?v=4)](https://github.com/le-yo "le-yo (57 commits)")

---

Tags

laravelLaravelhelaplus

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/helaplus-laravelhelaplus/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M299](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M873](/packages/laravel-socialite)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M567](/packages/laravel-boost)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M186](/packages/laravel-ai)[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k55.0M615](/packages/laravel-scout)

PHPackages © 2026

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