PHPackages                             shurjopayv2/laravel8 - 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. shurjopayv2/laravel8

ActiveLibrary[Payment Processing](/categories/payments)

shurjopayv2/laravel8
====================

Online Payment Gateway

024.4k↓50%PHP

Since Nov 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/NAM00/spV2_Laravel8)[ Packagist](https://packagist.org/packages/shurjopayv2/laravel8)[ RSS](/packages/shurjopayv2-laravel8/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

spV2-laravel8
=============

[](#spv2-laravel8)

#### To integrate the shurjoPay Payment Gateway in your Laravel project do the following tasks sequentially.

[](#to-integrate-the-shurjopay-payment-gateway-in-your-laravel-project-do-the-following-tasks-sequentially)

### Installation and Configuration

[](#installation-and-configuration)

`composer require shurjopayv2/laravel8 `

###### After successful installation of shurjopay-laravel-package, go to your project and open config folder and then click on app.php file. Append the following line in providers array.

[](#after-successful-installation-of-shurjopay-laravel-package-go-to-your-project-and-open-config-folder-and-then-click-on-appphp-file-append-the-following-line-in-providers-array)

`shurjopayv2\ShurjopayLaravelPackage8\ShurjopayServiceProvider::class`

###### After successfully doing the above steps add the following Keys in .env file with the credentials provided from shurjoMukhi Limited

[](#after-successfully-doing-the-above-steps-add-the-following-keys-in-env-file-with-the-credentials-provided-from-shurjomukhi-limited)

`MERCHANT_USERNAME=""   `

`MERCHANT_PASSWORD="" `

`MERCHANT_PREFIX="" `

`MERCHANT_RETURN_URL="" `

`MERCHANT_CANCEL_URL="" `

`ENGINE_URL="" `

###### Now add this line of code in your method where you want to call shurjoPay Payment Gateway. You can use any code segment of below

[](#now-add-this-line-of-code-in-your-method-where-you-want-to-call-shurjopay-payment-gateway-you-can-use-any-code-segment-of-below)

`use shurjopayv2\ShurjopayLaravelPackage8\Http\Controllers\ShurjopayController;`

`$info = array( 'currency' => "", 'amount' => , 'order_id' => "", 'discsount_amount' => , 'disc_percent' => , 'client_ip' => "", 'customer_name' => "", 'customer_phone' => "", 'email' => "", 'customer_address' => "", 'customer_city' => "", 'customer_state' => "", 'customer_postcode' => "", 'customer_country' => "", );`

`$shurjopay_service = new ShurjopayController(); return $shurjopay_service->checkout($info);`

###### for verifying,

[](#for-verifying)

`$shurjopay_service = new ShurjopayController(); return $shurjopay_service->verify($order_id);`

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dfcab8c22d3b30f20307511d1efd2ddd66b24249902f4528e8764b848baed423?d=identicon)[NAM00](/maintainers/NAM00)

---

Top Contributors

[![NAM00](https://avatars.githubusercontent.com/u/66006043?v=4)](https://github.com/NAM00 "NAM00 (11 commits)")

### Embed Badge

![Health badge](/badges/shurjopayv2-laravel8/health.svg)

```
[![Health](https://phpackages.com/badges/shurjopayv2-laravel8/health.svg)](https://phpackages.com/packages/shurjopayv2-laravel8)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
