codenomdev / codeigniter4-midtrans

Midtrans Integration with CodeIgniter 4
https://codenom.com
MIT License
15 stars 10 forks source link
codeigniter codeigniter-payment codeigniter4 codeigniter4-payment midtrans php veritrans

Software License Build Status StyleCI Quality Score

Midtrans for CodeIgniter 4 [UNOFFICIAL LIBRARY]

Midtrans :heart: CodeIgniter 4!

Veritrans now is Midtrans

This is the all new Codeigniter client library for Veritrans 2.0. Visit https://www.midtrans.com for more information about the product and see documentation at http://docs.midtrans.com for more technical details.

What's new?

SNAP! for technical info Visit https://snap-docs.midtrans.com

Requirements

The following plugin is tested under following environment:

Installation

Configuration

After installation Module, please follow instruction:

For more setup Merchant Key & Client Key Retrieve API Access Key.

For more setup Environments Environments.

Using Midtrans Library

Use Midtrans

//load services Midtrans
$services = new Config\Services::Midtrans();

OR

//load services Midtrans
$services = new services('Midtrans');

Available Function

Use Veritrans

//load services Veritrans
$services = new Config\Services::veritrans();

OR

//load services Veritrans
$services = new services('Veritrans');

Available Function

Sample Data

You can visit the following repository: Midtrans Sample Data