PHPackages                             revoltify/sslcommerz-php-library - 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. revoltify/sslcommerz-php-library

ActiveLibrary[Payment Processing](/categories/payments)

revoltify/sslcommerz-php-library
================================

A PHP library for SSLCommerz payment gateway integration

2.0.2(1y ago)04.4k—8.3%MITPHPPHP &gt;=7.2

Since May 3Pushed 1y agoCompare

[ Source](https://github.com/revoltify/sslcommerz-php-library)[ Packagist](https://packagist.org/packages/revoltify/sslcommerz-php-library)[ RSS](/packages/revoltify-sslcommerz-php-library/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

SSLCommerz PHP Library
======================

[](#sslcommerz-php-library)

This is a PHP library for integrating the SSLCommerz payment gateway. It provides a simple and easy-to-use interface for processing payments via SSLCommerz in your PHP application.

Features
--------

[](#features)

- Simple integration with SSLCommerz payment gateway
- Easy-to-use API for payment processing
- Support for both sandbox and live environments
- Secure transaction handling
- Refund processing
- Detailed documentation

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

[](#installation)

To install the library, use Composer:

```
composer require revoltify/sslcommerz-php-library
```

Usage
-----

[](#usage)

### 1. Initiating a Payment

[](#1-initiating-a-payment)

You can create a new payment session by initializing the `SSLCommerz` class and providing the necessary payment details.

```
