PHPackages                             rupokify/sslcommerz - 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. rupokify/sslcommerz

ActiveLibrary[Payment Processing](/categories/payments)

rupokify/sslcommerz
===================

Laravel Package for SSLCommerz Payment Gateway API

1.0.2-alpha(6y ago)11485MITPHPPHP &gt;=7.1.3

Since Nov 19Pushed 6y ago2 watchersCompare

[ Source](https://github.com/rupokify/SSLCommerz)[ Packagist](https://packagist.org/packages/rupokify/sslcommerz)[ RSS](/packages/rupokify-sslcommerz/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Rupokify\\SSLCommerz
====================

[](#rupokifysslcommerz)

SSLCommerz is a Laravel Package for the SSLCommerz Payment Gateway API

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

[](#installation)

You will need [composer](https://getcomposer.org/) to install SSLCommerz. Then publish assets and migrate the table for payment records.

```
composer require "rupokify/sslcommerz" --no-cache
php artisan vendor:publish
php artisan migrate
```

I haven't tested it below Laravel 5.5 . If you wanna try in below Laravel 5.5 , you will need to edit **config/app.php** and add the following line in the providers section.

```
Rupokify\SSLCommerz\SSLCommerzServiceProvider::class
```

Add the following constants in the **.env** file of your Laravel Project.

```
API_DOMAIN_URL=https://sandbox.sslcommerz.com
STORE_ID=PUT_YOUR_SANDBOX_STORE_ID
STORE_PASSWORD=PUT_YOUR_SANDBOX_STORE_PASSWORD
IS_LOCALHOST=true
```

Clear config cache if required.

```
php artisan config:cache
```

That's it! Enjoy!

Usage
-----

[](#usage)

- Go to ** for testing the Payment Modal on your own site.
- Go to ** for testing the Payment Modal from SSLCommerz site.

For listening to the payment event, open your **app/Providers** directory and add your own listener for the **SSLCommerzPaymentComplete** event class.

Changelog
---------

[](#changelog)

### 1.0.0-alpha

[](#100-alpha)

- Initial Release

### 1.0.1-alpha

[](#101-alpha)

- Payment Event Added

Nota Bene
---------

[](#nota-bene)

- I don't have any live SSLCommerz store. So could not test that. Please open an issue if you face any problem with **LIVE** payments so I can test with you and fix that.
- I didn't refactor a single line of code from the [SSLCommerz Official Library](https://github.com/sslcommerz/Integration_in_Laravel-5.6-with-IPN). Don't blame/curse me for the coding of the Service Class, Abstract Class, Interface and the View Templates. Maybe someday I'll have some time and will refactor their code ;)
- Update (1.0.1-alpha): I added payment Event code in the official Controller.

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2369d ago

### Community

Maintainers

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

---

Top Contributors

[![rupokify](https://avatars.githubusercontent.com/u/1022702?v=4)](https://github.com/rupokify "rupokify (26 commits)")[![sandofvega](https://avatars.githubusercontent.com/u/34006175?v=4)](https://github.com/sandofvega "sandofvega (1 commits)")

### Embed Badge

![Health badge](/badges/rupokify-sslcommerz/health.svg)

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

###  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)
