A Laravel connector for Qantani

dev-master 2015-10-06 07:17 UTC

This package is not auto-updated.

Last update: 2024-11-09 19:39:20 UTC


README

Image of StyleCI Shield License

Qantani

A connector to the Qantani Payment API for usage with Laravel or Lumen

Usage

composer

"CJSDevelopment/qantani" : "dev-master"

app.php

ServiceProvider

'CJSDevelopment\QantaniServiceProvider'

Facade

'Qantani' => 'CJSDevelopment\Qantani',