wslib/esewa

A library for php to integrate Esewa payment gateway

Maintainers

Package info

github.com/Websoft-Technology-Pokhara/esewa-php

pkg:composer/wslib/esewa

Statistics

Installs: 26

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

1.0.2 2024-05-25 05:25 UTC

This package is auto-updated.

Last update: 2026-03-29 01:04:58 UTC


README

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