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 1mo 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 60% 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

3079d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cac4382b94861c297e5cf0ca9a84015c987c2f465c6240187a2dc6d56eb38bc0?d=identicon)[MisterBrownRSA](/maintainers/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

[lemonsqueezy/laravel

A package to easily integrate your Laravel application with Lemon Squeezy.

58596.1k](/packages/lemonsqueezy-laravel)[shetabit/multipay

PHP Payment Gateway Integration Package

291348.2k3](/packages/shetabit-multipay)[imdhemy/google-play-billing

Google Play Billing

491.3M5](/packages/imdhemy-google-play-billing)[newerton/yii2-boleto-remessa

Biblioteca com boletos e sistema de remessa e retorno para o Yii2 Framework

221.9k](/packages/newerton-yii2-boleto-remessa)

PHPackages © 2026

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