Skip to content

The eSewa PHP Library is a tool designed for integrating the eSewa payment gateway into PHP-based web applications.

Notifications You must be signed in to change notification settings

Websoft-Technology-Pokhara/esewa-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eSewa SDK

The eSewa PHP Library is a tool designed for integrating the eSewa payment gateway into PHP-based web applications. It facilitates seamless processing of payments by providing functionalities to send payment requests and handle responses from the eSewa platform.

Installation

Install my-project with npm

  composer require wslib/esewa

Usage/Examples

use Wslib\Esewa;

$esewa = Esewa::init()
$esewa->config("transaction_id", "success_url", "failure_url", "amount");
// verify the transaction
$esewa->validate("transaction_id", "amount")

Authors

About

The eSewa PHP Library is a tool designed for integrating the eSewa payment gateway into PHP-based web applications.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages