Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 368 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 368 Bytes

esewaEpay

Esewa Online Payment

About esewaEpay

esewaEpay is PHP library designed to simplify the task of making online payment via Esewa service.

use Ktmcodelabs\Esewa\Epay;
$epay = new Epay($merchantID);
$epay->pay(Request $request);

Documentation

License

esewaEpay is free software distributed under the terms of the MIT license.