PHPackages                             sayeed/sslwireless - 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. sayeed/sslwireless

ActiveLibrary[Payment Processing](/categories/payments)

sayeed/sslwireless
==================

This is payment gateway of SSL Wireless. You can use if for getting payment for your online product.

1.1.0(7y ago)118MITPHPPHP &gt;=5.3.2

Since Oct 11Pushed 7y agoCompare

[ Source](https://github.com/nilpahar/SslWireless-test)[ Packagist](https://packagist.org/packages/sayeed/sslwireless)[ RSS](/packages/sayeed-sslwireless/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

SSL Wireless Payment Gateway for LARAVEL
========================================

[](#ssl-wireless-payment-gateway-for-laravel)

[![Awesome Laravel](https://camo.githubusercontent.com/8deb0d78e81ca47c3c3533bd8de23d75fa7a6f4f3e8fb067f246c42e62a8d06a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f417765736f6d652d4c61726176656c2d627269676874677265656e2e737667)](https://github.com/nilpahar/SslWireless-test)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/nilpahar/SslWireless-test/master/LICENSE)

This is payment gateway of SSL Wireless. You can use if for getting payment for your online product

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

[](#installation)

You can start it from composer. Go to your terminal and run this command from your project root directory.

```
composer require sayeed/sslwireless
```

Wait for a while, its download.

Configurations
--------------

[](#configurations)

After complete installation then you have to configure it. First copy these line paste it in `config/app.php` where `providers` array are exists.

```
Sayeed\Sslwireless\SslwirelessServiceProvider::class,
```

Run your application and goto below url for create config

```
{your_domain}/sayeed/sslwareless
```

Its done.

How does it work?
-----------------

[](#how-does-it-work)

At first change your configuration in `Config/sayeed.php` with api\_url, store\_id, store\_passwd, currency, success\_url, fail\_url, cancel\_url

```
return [
    'sslwireless' => [
        'connection' => [
            'api_url'       => 'https://sandbox.sslcommerz.com/gwprocess/v3/api.php', #required
            'store_id'      => '123456789', #required
            'store_passwd'  => '123456789@ssl', #required
            'currency'      => 'BDT', #required
            'success_url'   => 'http://localhost/success', #required
            'fail_url'      => 'http://localhost/fail', #required
            'cancel_url'    => 'http://localhost/cancel', #required
        ]
    ]
];
```

Usages
------

[](#usages)

```
$ssl_payment = new Sslwireless('connection');

$products[0]['product'] = 'Product Name 1';
$products[0]['amount'] = 150;

$products[1]['product'] = 'Product Name 2';
$products[1]['amount'] = 100;

$products[2]['product'] = 'Product Name 3';
$products[2]['amount'] = 250;

$ssl_payment->payment_by_sslwireless($products, $unique_transaction_id = false);
```

If you have any kind of query, please feel free to share with me

Thank you

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

2772d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ef216b5d931db98e01ed56ef179585d4ce5126ccc6a0f1b14ff9531315a9021?d=identicon)[nilpahar](/maintainers/nilpahar)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/sayeed-sslwireless/health.svg)

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

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