PHPackages                             descom/payment-gateway - 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. descom/payment-gateway

ActiveLibrary[Payment Processing](/categories/payments)

descom/payment-gateway
======================

Payment Gateway for Laravel App

3.9.0(2mo ago)16.6k↓50%1MITPHPPHP ^8.4CI passing

Since Nov 22Pushed 2mo agoCompare

[ Source](https://github.com/descom-es/payment-gateway)[ Packagist](https://packagist.org/packages/descom/payment-gateway)[ RSS](/packages/descom-payment-gateway/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (18)Versions (47)Used By (0)

Descom Payment Gateway
======================

[](#descom-payment-gateway)

DPG is a package to Laravel that allows you to integrate the Payment Gateway into your application. This package use [Omnipay](https://github.com/thephpleague/omnipay) to integrate the payment gateway.

[![tests](https://github.com/descom-es/payment-gateway/actions/workflows/tests.yml/badge.svg)](https://github.com/descom-es/payment-gateway/actions/workflows/tests.yml)[![analyze](https://github.com/descom-es/payment-gateway/actions/workflows/analyse.yml/badge.svg)](https://github.com/descom-es/payment-gateway/actions/workflows/analyse.yml)[![style-fix](https://github.com/descom-es/payment-gateway/actions/workflows/style-fix.yml/badge.svg)](https://github.com/descom-es/payment-gateway/actions/workflows/style-fix.yml)

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

[](#installation)

```
composer require descom/payment-gateway
```

You can install any module to `Omnipay`, sample:

```
composer require descom/omnipay-offline-dummy
```

Usage
-----

[](#usage)

### Create a Payment Method

[](#create-a-payment-method)

```
