PHPackages                             misterbrownrsa/paygateweb - 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. misterbrownrsa/paygateweb

ActiveLibrary[Payment Processing](/categories/payments)

misterbrownrsa/paygateweb
=========================

Adding PayGateWeb to Laravel IoC for ease of use and laravel flair

1.0.0(8y ago)06794[1 issues](https://github.com/MisterBrownRSA/laravel-paygateweb/issues)MITPHPPHP &gt;=7.0

Since Dec 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/MisterBrownRSA/laravel-paygateweb)[ Packagist](https://packagist.org/packages/misterbrownrsa/paygateweb)[ RSS](/packages/misterbrownrsa-paygateweb/feed)WikiDiscussions master Synced 4w ago

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

Laravel PayGateWeb
==================

[](#laravel-paygateweb)

I needed a laravel-esque wrapper to make calls to the PayGate service, but couldn't find any. So I created one. It was specifically designed for my own personal use, but you are welcome to submit issues, and I'll look into refactoring it so that it can be used in a more general purpose fashion.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

This was built and tested ONLY on Laravel 5.5, although I'm sure it'll work on previous versions as well.

### Installing

[](#installing)

```
composer require misterbrownrsa/laravel-paygateweb

```

Since Laravel 5.5 automatically includes the service provider, it won't be necessary to register it. However, if you really want to, run the following command

```

```

\##Usage Examples

PayGateWeb makes use of the Webv3 API for PayGate, which means it will redirect to their site for payment

```
$user = User::first();
$result = $payGateWeb->user($user)
    ->reference('test000000001')
    ->amount(100)
    ->returnURL(route('paygate.return'))
    ->notifyURL(route('paygate.notify'))
    ->initiate();

View::share('paygate', $result);

```

Authors
-------

[](#authors)

- **Duwayne Brown** - *Initial work* - [MisterBrownRSA](https://github.com/MisterBrownRSA)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

3176d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22321812?v=4)[Duwayne Brown](/maintainers/MisterBrownRSA)[@MisterBrownRSA](https://github.com/MisterBrownRSA)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/misterbrownrsa-paygateweb/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[shetabit/multipay

PHP Payment Gateway Integration Package

298368.9k4](/packages/shetabit-multipay)[mollie/laravel-cashier-mollie

Laravel Cashier provides an expressive, fluent interface to Mollie's subscription billing services.

179223.2k1](/packages/mollie-laravel-cashier-mollie)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10250.3k6](/packages/bitrix24-b24phpsdk)[pimcore/studio-backend-bundle

Pimcore Studio Backend Bundle

20248.6k29](/packages/pimcore-studio-backend-bundle)

PHPackages © 2026

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