addgod/laravel-omnipay

A larvel integration for Omnipay
8,052 2
Install
composer require addgod/laravel-omnipay
Latest Version:7
License:MIT
Last Updated:Jun 16, 2025
Links: GitHub  ·  Packagist
Maintainer: Addgod

Omnipay for laravel

Installation

composer require addgod/laravel-omnipay

Publish config

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

Run migration

php artisan migrate

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

Make documentation for database driver usage.

Related Packages

appoets/larvel-omnipay-payubiz

Laravel package for PayUBiz payment gateway with Omnipay

43 2
lokielse/omnipay-unionpay

UnionPay gateway for Omnipay payment processing library

58,654 112
dena-a/iran-payment

a Laravel package to handle Internet Payment Gateways for Iran Banking System

2,387 30
mayoz/laravel-omnipay

An Omnipay bridge for Laravel 5.

97 1
bummzack/omnipay-postfinance

Postfinance Gateway for the Omnipay payment processing library

57,267 6