PHPackages                             bobospay/bobospay-php - 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. [API Development](/categories/api)
4. /
5. bobospay/bobospay-php

ActiveLibrary[API Development](/categories/api)

bobospay/bobospay-php
=====================

Php sdk of Bobospay - Online payment solution by credit card and mobile money

v2.0.0(3mo ago)1261MITPHPPHP ^8.1CI passing

Since Apr 27Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/Bobospay/bobospay-php)[ Packagist](https://packagist.org/packages/bobospay/bobospay-php)[ Docs](https://bobospay.com/)[ RSS](/packages/bobospay-bobospay-php/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

Bobospay PHP SDK
================

[](#bobospay-php-sdk)

Official PHP SDK for the **Bobospay Merchant API v2**. Provides a clean, typed interface for managing transactions, customers, currencies, and account data. Framework-agnostic with first-class Laravel support.

Sign up for a Bobospay merchant account at .

---

Requirements
------------

[](#requirements)

- PHP 8.1 or later
- `json` extension
- `openssl` extension

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

[](#installation)

```
composer require bobospay/bobospay-php
```

Without Composer
----------------

[](#without-composer)

If you cannot use Composer, download or clone the repository and use the provided `autoload.php` file. The SDK still requires **Guzzle 7** as an HTTP client, so you need to load it first.

```
your-project/
    guzzlehttp/
