Skip to content

ktmcodelabs/esewaepay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.