PHPackages                             sohojpay/sohojpay-lib - 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. sohojpay/sohojpay-lib

ActiveLibrary[Payment Processing](/categories/payments)

sohojpay/sohojpay-lib
=====================

Automate your Payment by SohojpayBD Payment Library

v1.0.0(2y ago)062MITPHP

Since Jun 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/blitheforge/sohojpaybd-php-lib)[ Packagist](https://packagist.org/packages/sohojpay/sohojpay-lib)[ RSS](/packages/sohojpay-sohojpay-lib/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Sohojpay API Library for PHP
============================

[](#sohojpay-api-library-for-php)

This is a PHP library to interact with the Sohojpay API. This library allows you to create and verify payments using the Sohojpay payment gateway.

Features
--------

[](#features)

- Easy integration with the Sohojpay payment gateway.
- Create and verify payments.
- Customizable headers and parameters.

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

[](#installation)

To install the library, you can use Composer or manually include the library in your project.

### Using Composer

[](#using-composer)

```
composer require sohojpay/sohojpay-lib
```

Manual Installation: Download the library and place it in your project directory. Include the library in your project:

require\_once 'path/to/Sohojpay/SohojpayLib/SohojpayApi.php';

### Usage

[](#usage)

To use the library, create a class that extends the SohojpayApi abstract class and implement any additional methods you might need.

Example:

```
