PHPackages                             yahrdy/shurjopay - 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. yahrdy/shurjopay

ActiveLibrary[Payment Processing](/categories/payments)

yahrdy/shurjopay
================

ShurjoPay payment gateway for laravel

02.1k[4 PRs](https://github.com/yeasirhridoy/laravel-shurjopay/pulls)PHP

Since Nov 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/yeasirhridoy/laravel-shurjopay)[ Packagist](https://packagist.org/packages/yahrdy/shurjopay)[ RSS](/packages/yahrdy-shurjopay/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (5)Used By (0)

ShurjoPay payment gateway for laravel
=====================================

[](#shurjopay-payment-gateway-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5479ef0c0ff8eae5877128c4b943011705cbca76c8ad7b1db44c99d2c9e7c0d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7961687264792f736875726a6f7061792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yahrdy/shurjopay)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d66afc130fce3b8edfc3cde62d67f8d88544459ef01c59716ed33c8231ea1119/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7961687264792f736875726a6f7061792f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/yahrdy/shurjopay/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/7c22c471b1ec91cf923f80613d8acb52e160fa033afaad7f09175ce7212a8b7c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7961687264792f736875726a6f7061792f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/yahrdy/shurjopay/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/e7bbb721bfce3b8408694aea12fde47248bfcc77a2f6df4c0aee518cedcf5f96/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7961687264792f736875726a6f7061792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yahrdy/shurjopay)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/cfc0253f519f1968910ec9b4ac672e87c250b609c8f27bb9d9400608c18ba675/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f736875726a6f7061792e6a70673f743d31)](https://spatie.be/github-ad-click/shurjopay)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require yahrdy/shurjopay
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="shurjopay-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="shurjopay-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="shurjopay-views"
```

Usage
-----

[](#usage)

```
$shurjopay = new Yahrdy\Shurjopay();
echo $shurjopay->echoPhrase('Hello, Yahrdy!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Yeasir Arafat](https://github.com/yahrdy)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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://avatars.githubusercontent.com/u/22147319?v=4)[Hridoy](/maintainers/hridoy)[@hridoy](https://github.com/hridoy)

---

Top Contributors

[![yeasirhridoy](https://avatars.githubusercontent.com/u/26745355?v=4)](https://github.com/yeasirhridoy "yeasirhridoy (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")[![yeasirarafatdev](https://avatars.githubusercontent.com/u/90312224?v=4)](https://github.com/yeasirarafatdev "yeasirarafatdev (3 commits)")

### Embed Badge

![Health badge](/badges/yahrdy-shurjopay/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.1k](/packages/msilabs-bkash)

PHPackages © 2026

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