PHPackages                             riwash/esewa - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. riwash/esewa

ActiveLibrary[Payment Processing](/categories/payments)

riwash/esewa
============

This package allow you to integrate esewa payment in your website

v1.0.0(2y ago)0102MITPHP

Since Feb 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/riwash/Riwash-Esewa-Payment-gateway-Laravel-Package)[ Packagist](https://packagist.org/packages/riwash/esewa)[ RSS](/packages/riwash-esewa/feed)WikiDiscussions dev-v2 Synced 2d ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

This is Riwash Esewa V2 Payment Integration Package For Laravel
===============================================================

[](#this-is-riwash-esewa-v2-payment-integration-package-for-laravel)

This package allow you to use esewa v2 for payment gateway
----------------------------------------------------------

[](#this-package-allow-you-to-use-esewa-v2-for-payment-gateway)

**Note:Deffine this thing in env file**

- ESEWA\_ACCESS\_TYPE = Live \*\* select one Live or Test \*\*
- ESEWA\_MERCHANT\_ID = your secret key
- ESEWA\_PROD\_CODE = your production code
- ESEWA\_SUCCESS\_URL = after payment success call back url
- ESEWA\_FAIL\_URL = if payment is failed call back url

**After That**

### Make Controller

[](#make-controller)

use Riwash\\Esewa\\RiwashEsewa;

```
