PHPackages                             drh/laravel-buni - 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. [Payment Processing](/categories/payments)
4. /
5. drh/laravel-buni

ActiveLibrary[Payment Processing](/categories/payments)

drh/laravel-buni
================

Buni API Library

v2.1.0(2y ago)0139[4 PRs](https://github.com/DrH97/laravel-buni/pulls)MITPHPPHP ^8.1CI passing

Since Apr 23Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/DrH97/laravel-buni)[ Packagist](https://packagist.org/packages/drh/laravel-buni)[ Docs](https://github.com/drh97/laravel-buni)[ RSS](/packages/drh-laravel-buni/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (17)Used By (0)

Buni API Library
================

[](#buni-api-library)

[![GitHub Tests Workflow](https://github.com/DrH97/laravel-buni/actions/workflows/run-tests.yml/badge.svg)](https://github.com/DrH97/laravel-buni/actions/workflows/run-tests.yml)[![Github Style Workflow](https://github.com/DrH97/laravel-buni/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/DrH97/laravel-buni/actions/workflows/php-cs-fixer.yml)[![codecov](https://camo.githubusercontent.com/1f5bfb639cf0e3e4277b9ff5416e9d7ab5a31fcac57abfe53331fd9978cb88dc/68747470733a2f2f636f6465636f762e696f2f67682f44724839372f6c61726176656c2d62756e692f6272616e63682f6d61696e2f67726170682f62616467652e7376673f746f6b656e3d36623064306261312d633263362d343037372d386333612d316635363765656138386130)](https://codecov.io/gh/DrH97/laravel-buni)

[![Latest Stable Version](https://camo.githubusercontent.com/b57a4fe2fe52f9271c67097259711954652b0aa1b9c9de239a51e0a7fc97ab6c/687474703a2f2f706f7365722e707567782e6f72672f6472682f6c61726176656c2d62756e692f76)](https://packagist.org/packages/drh/laravel-buni)[![Total Downloads](https://camo.githubusercontent.com/37945f6b37048e472f280c7ac21e29841dcad06d673986ad534e190633559101/687474703a2f2f706f7365722e707567782e6f72672f6472682f6c61726176656c2d62756e692f646f776e6c6f616473)](https://packagist.org/packages/drh/laravel-buni)[![License](https://camo.githubusercontent.com/6328c8fed2080f884c9bc4ec01ed81d0465c18c961579be9bbffb71bcb9c0465/687474703a2f2f706f7365722e707567782e6f72672f6472682f6c61726176656c2d62756e692f6c6963656e7365)](https://packagist.org/packages/drh/laravel-buni)[![PHP Version Require](https://camo.githubusercontent.com/ef187d5ff3fff77167749562dcf4cbdf8b14c13d08871add2dff8145a99479e6/687474703a2f2f706f7365722e707567782e6f72672f6472682f6c61726176656c2d62756e692f726571756972652f706870)](https://packagist.org/packages/drh/laravel-buni)

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

[](#installation)

You can install the package via composer:

```
composer require drh/laravel-buni
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-buni-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-buni-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$buni = new DrH\buni();
echo $buni->echoPhrase('Hello, DrH!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Dr H](https://github.com/DrH97)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance60

Regular maintenance activity

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 59.3% 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 ~28 days

Recently: every ~81 days

Total

13

Last Release

774d ago

Major Versions

v0.4.0 → v1.0.02023-04-23

v1.0.4 → v2.0.02023-08-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/c2e18beb4ba5e22e1336e73e5c17fd4f3e193d978ffd21b33d925b4549c972d2?d=identicon)[Dr H](/maintainers/Dr%20H)

---

Top Contributors

[![DrH97](https://avatars.githubusercontent.com/u/22273907?v=4)](https://github.com/DrH97 "DrH97 (35 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (13 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")

---

Tags

packagepaymentskcbbuni

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/drh-laravel-buni/health.svg)

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

###  Alternatives

[yansongda/laravel-pay

专注 Alipay/WeChat/Unipay 的 laravel 支付扩展包

1.1k353.2k9](/packages/yansongda-laravel-pay)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

768.0M9](/packages/chargebee-chargebee-php)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)[threesquared/laravel-paymill

Laravel wrapper for the Paymill API

121.3k](/packages/threesquared-laravel-paymill)

PHPackages © 2026

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