PHPackages                             teamzac/laravel-bluepay - 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. teamzac/laravel-bluepay

ActiveLibrary[Payment Processing](/categories/payments)

teamzac/laravel-bluepay
=======================

A Laravel package to integrate BluePay payments

0.0.1(6y ago)04MITPHPPHP ^7.1

Since Jun 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/teamzac/laravel-bluepay)[ Packagist](https://packagist.org/packages/teamzac/laravel-bluepay)[ Docs](https://github.com/teamzac/laravel-bluepay)[ RSS](/packages/teamzac-laravel-bluepay/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

A Laravel-oriented BluePay client
=================================

[](#a-laravel-oriented-bluepay-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2ca131fec25bc88f7ea4f6e24c4600b05d70576d6d0feedbf40a781047e3e0a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7465616d7a61632f6c61726176656c2d626c75657061792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/teamzac/laravel-bluepay)[![Build Status](https://camo.githubusercontent.com/a8aaf9ed90910f86ebd0ae2c9311c29874c08c30d113ad43d1c1bdf351f03670/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7465616d7a61632f6c61726176656c2d626c75657061792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/teamzac/laravel-bluepay)[![Quality Score](https://camo.githubusercontent.com/84594a183c2a111577bb35541a4faafa2392b513105cb460acc35995d7bb8efb/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7465616d7a61632f6c61726176656c2d626c75657061792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/teamzac/laravel-bluepay)[![Total Downloads](https://camo.githubusercontent.com/35189e286053bd8f09e7bee36ec32bfffb281f8e60d56d41dbe21f3d4227d37f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7465616d7a61632f6c61726176656c2d626c75657061792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/teamzac/laravel-bluepay)

If you need to reach the BluePay API in Laravel 5.8+ but don't particularly care for the official SDK, this might be for you.

**This package is not yet ready for production use. It does not yet have tests and the API should be considered unstable. Use at your own risk.**

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

[](#installation)

You can install the package via composer:

```
composer require teamzac/laravel-bluepay
```

The service provider and `BluePay` facade will be automatically registered for you.

Usage
-----

[](#usage)

Using the facade to create save customer information and return a token for future use

```
BluePay::tokens()->setCustomer([
  // data
])->setCard([
  // data
])->create();
```

Using the facade to charge a token

```
BluePay::tokens()->setToken($token)->charge(100.00);
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Chad Janicek](https://github.com/teamzac)
- [All Contributors](../../contributors)
- [Laravel Package Boilerplate](https://laravelpackageboilerplate.com)

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2535d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fd7317d975889db1c4dc0aec0dfcd3f9f4e284634e6719891d3f47f46238be6?d=identicon)[teamzac](/maintainers/teamzac)

---

Top Contributors

[![chadjanicek](https://avatars.githubusercontent.com/u/18754689?v=4)](https://github.com/chadjanicek "chadjanicek (3 commits)")

---

Tags

laravelteamzacbluepay

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/teamzac-laravel-bluepay/health.svg)

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

###  Alternatives

[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4845.9k](/packages/sebdesign-laravel-viva-payments)[luigel/laravel-paymongo

A laravel wrapper for Paymongo API

7956.2k1](/packages/luigel-laravel-paymongo)[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)[henryejemuta/laravel-monnify

A laravel package to seamlessly integrate monnify api within your laravel application

132.1k](/packages/henryejemuta-laravel-monnify)

PHPackages © 2026

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