PHPackages                             addgod/laravel-omnipay - 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. addgod/laravel-omnipay

ActiveLibrary[Payment Processing](/categories/payments)

addgod/laravel-omnipay
======================

A larvel integration for Omnipay

7(11mo ago)26.8k↓45%2[2 PRs](https://github.com/addgod/laravel-omnipay/pulls)MITPHPCI failing

Since Jan 18Pushed 11mo agoCompare

[ Source](https://github.com/addgod/laravel-omnipay)[ Packagist](https://packagist.org/packages/addgod/laravel-omnipay)[ RSS](/packages/addgod-laravel-omnipay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (55)Used By (0)

Omnipay for laravel
===================

[](#omnipay-for-laravel)

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

[](#installation)

`composer require addgod/laravel-omnipay`

Publish config
--------------

[](#publish-config)

`php artisan vendor:publish --provider "Addgod\Omnipay\ServiceProvider"`

Run migration
-------------

[](#run-migration)

`php artisan migrate`

Usage
-----

[](#usage)

```
use Addgod\Omnipay\Models\Transaction

$transaction = Transaction::make([
    'amount' => 10000
    'route_to' => route('receipt.url');
]);

$transaction->purchase(); // Use for direct capture
$transaction->authorize(); // Use for reserving the amount on a card.

```

TODO
----

[](#todo)

Make documentation for database driver usage.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance52

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 93.2% 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 ~53 days

Recently: every ~190 days

Total

52

Last Release

337d ago

Major Versions

v2.1.2 → v3.0.02018-01-26

v3.2.0 → v4.0.02020-01-07

3.2.1 → v4.0.42020-05-06

v4.0.4 → 5.0.02020-08-19

5.1.8 → 6.02023-01-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fe57cce1f6232b48c1de83fd36af399e56d83d850a4672a2087fca5e6ab3fe4?d=identicon)[Addgod](/maintainers/Addgod)

---

Top Contributors

[![addgod](https://avatars.githubusercontent.com/u/9675235?v=4)](https://github.com/addgod "addgod (68 commits)")[![JesperFiltenborg](https://avatars.githubusercontent.com/u/69187219?v=4)](https://github.com/JesperFiltenborg "JesperFiltenborg (3 commits)")[![FrittenKeeZ](https://avatars.githubusercontent.com/u/1186125?v=4)](https://github.com/FrittenKeeZ "FrittenKeeZ (2 commits)")

---

Tags

laravelpaymentgatewaypaymerchantomnipaytransfer

### Embed Badge

![Health badge](/badges/addgod-laravel-omnipay/health.svg)

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

###  Alternatives

[lokielse/omnipay-unionpay

UnionPay gateway for Omnipay payment processing library

11358.1k2](/packages/lokielse-omnipay-unionpay)

PHPackages © 2026

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