PHPackages                             zepson/dpo-laravel - 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. zepson/dpo-laravel

ActiveLibrary[Payment Processing](/categories/payments)

zepson/dpo-laravel
==================

A simple package to add DPO API to your laravel application and make payment processing much easy

V1.0.4(4y ago)112.5k↓16.7%8[2 issues](https://github.com/Zepson-Tech/dpo-laravel/issues)MITPHPPHP ^7.4|^8.0|^8.0.1

Since Oct 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Zepson-Tech/dpo-laravel)[ Packagist](https://packagist.org/packages/zepson/dpo-laravel)[ Docs](https://github.com/zepson/dpo-laravel)[ RSS](/packages/zepson-dpo-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

DPO (Direct Pay Online) Laravel Package
=======================================

[](#dpo-direct-pay-online-laravel-package)

*The best DPO Laravel package, simple Ever*
-------------------------------------------

[](#the-best-dpo-laravel-package-simple-ever)

[![Build Status](https://camo.githubusercontent.com/dacafb09d4bf062fccb3dc244e5aaff769395d31d2cc8c61c9fee17d1b2ecdf6/68747470733a2f2f7472617669732d63692e6f72672f6a6f656d6363616e6e2f64696c6c696e6765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/joemccann/dillinger)

This is the package that will help you add DPO Payment API to your Laravel Application, We are open to contribution and support to make it better.

Features
--------

[](#features)

- Create Payment Token (Initiate order at DPO servers)
- Verify Payment Token (Check Transaction status)
- Make Direct payment(Redirects order direct to DPO payment page)
- Fetch Payment Token
- Database migrations to save transaction details
- Much easy to use
- Constantly updated

How It works
------------

[](#how-it-works)

1. Create payment token
2. Verify token
3. Redirect to DPO payment page
4. Fetch response
5. Done

#### The package does all this for you behind the scenes😂

[](#the-package-does-all-this-for-you-behind-the-scenes)

Basic Usage Example.

```
