PHPackages                             bmatovu/laravel-beyonic - 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. [API Development](/categories/api)
4. /
5. bmatovu/laravel-beyonic

ActiveLibrary[API Development](/categories/api)

bmatovu/laravel-beyonic
=======================

Laravel wrapper for Beyonic API

v0.0.1(3y ago)112MITPHPPHP ^7.2.5|^8.0

Since Mar 26Pushed 3y agoCompare

[ Source](https://github.com/mtvbrianking/laravel-beyonic)[ Packagist](https://packagist.org/packages/bmatovu/laravel-beyonic)[ RSS](/packages/bmatovu-laravel-beyonic/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

Laravel Beyonic Integration
---------------------------

[](#laravel-beyonic-integration)

[![Total Downloads](https://camo.githubusercontent.com/f258d6784abda59db971f92093bc9c4ad49affb51b0366463a9c718354819bf9/68747470733a2f2f706f7365722e707567782e6f72672f626d61746f76752f6c61726176656c2d6265796f6e69632f646f776e6c6f616473)](https://packagist.org/packages/bmatovu/laravel-beyonic)[![Latest Stable Version](https://camo.githubusercontent.com/10c6c153cae59f83f88a2e8649deb7c3f31da08e77ee9599b58f17262d1e76ee/68747470733a2f2f706f7365722e707567782e6f72672f626d61746f76752f6c61726176656c2d6265796f6e69632f762f737461626c65)](https://packagist.org/packages/bmatovu/laravel-beyonic)[![License](https://camo.githubusercontent.com/26f46dde654a05888d833d4b29bc722f9c41d03a1b2cb90a6aad910b5c431909/68747470733a2f2f706f7365722e707567782e6f72672f626d61746f76752f6c61726176656c2d6265796f6e69632f6c6963656e7365)](https://packagist.org/packages/bmatovu/laravel-beyonic)[![Code Quality](https://camo.githubusercontent.com/c1a9cb78ac1433e0b81eb4f87586f33a5a392c3749e579a7b54565011393d049/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d7476627269616e6b696e672f6c61726176656c2d6265796f6e69632f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/mtvbrianking/laravel-beyonic/?branch=main)[![Code Coverage](https://camo.githubusercontent.com/17e982d04d89b2e265d0fa07e47bd92b997d18bfc773aac6fbdc7ff826c38846/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d7476627269616e6b696e672f6c61726176656c2d6265796f6e69632f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/mtvbrianking/laravel-beyonic/?branch=main)[![Tests](https://github.com/mtvbrianking/laravel-beyonic/workflows/run-tests/badge.svg)](https://github.com/mtvbrianking/laravel-beyonic/actions?query=workflow:run-tests)[![Documentation](https://github.com/mtvbrianking/laravel-beyonic/workflows/gen-docs/badge.svg)](https://mtvbrianking.github.io/laravel-beyonic/main)

### Introduction

[](#introduction)

This package helps you integrate the [Beyonic](https://developer.mfsafrica.com/docs/overview-5) into your Laravel application.

*Sign up and create your client application*

[Sandbox](https://app.beyonic.com)

[Live](https://payments.beyonic.com)

### [Installation](https://packagist.org/packages/bmatovu/laravel-beyonic)

[](#installation)

To get started, install the package via the Composer package manager:

```
composer require bmatovu/laravel-beyonic
```

**Configuration customization**

If you wish to customize the default configurations, you may export the default configurations using

```
php artisan vendor:publish --provider="Bmatovu\Beyonic\BeyonicServiceProvider" --tag="config"
```

Update the following settings in your environment file.

> .env

```
+ BEYONIC_API_URI=https://api.beyonic.com/api/
+ BEYONIC_API_TOKEN=...
+ BEYONIC_API_VERSION=v3
+ BEYONIC_CURRENCY=BXC
+ BEYONIC_SEND_INSTRUCTIONS=true
```

### Usage

[](#usage)

```
use Bmatovu\Beyonic\Services\Collection;

$collection = new Collection();

// Request a user to pay you
$apiTransactionResponse = $collection->ask('+80000000004', 500);
$transaction = json_decode($apiTransactionResponse);

// Get transaction details
$apiTransactionResponse = $collection->get($transaction->id);

// Get transactions
$apiTransactionsResponse = $collection->all();
```

### Reporting bugs

[](#reporting-bugs)

If you've stumbled across a bug, please help us by leaving as much information about the bug as possible, e.g.

- Steps to reproduce
- Expected result
- Actual result

This will help us to fix the bug as quickly as possible, and if you wish to fix it yourself feel free to [fork the package](https://github.com/mtvbrianking/laravel-beyonic) and submit a pull request!

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

1196d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0cc99b58d12a288f0fd19099cc3c724ff4df84d978df0e7451b650e8182bc919?d=identicon)[bmatovu](/maintainers/bmatovu)

---

Top Contributors

[![mtvbrianking](https://avatars.githubusercontent.com/u/5412360?v=4)](https://github.com/mtvbrianking "mtvbrianking (9 commits)")

---

Tags

apilaravelpackagelumenbeyonic

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/bmatovu-laravel-beyonic/health.svg)

```
[![Health](https://phpackages.com/badges/bmatovu-laravel-beyonic/health.svg)](https://phpackages.com/packages/bmatovu-laravel-beyonic)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.8k3](/packages/defstudio-telegraph)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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