PHPackages                             saad3074/bambora - 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. saad3074/bambora

ActiveLibrary[API Development](/categories/api)

saad3074/bambora
================

Bambora SDK for API v1.0.5

126PHP

Since Feb 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/saad3074/bambora)[ Packagist](https://packagist.org/packages/saad3074/bambora)[ RSS](/packages/saad3074-bambora/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Bambora SDK for API v1.0.5
==========================

[](#bambora-sdk-for-api-v105)

Features:

- Payment
- Reporting
- Profiles
- Tokenization

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

[](#installation)

Use composer

```
composer require saad3074/bambora

```

Usage
-----

[](#usage)

```
$merchant_id = ''; //INSERT MERCHANT ID (must be a 9 digit string)
$api_key = ''; //INSERT API ACCESS PASSCODE
$api_version = 'v1'; //default

$payment = \saad3074\bambora\Gateway::getPaymentRequest($merchant_id, $api_key, $api_version);

$response = $payment->makePayment([
    'order_number' => 'test order number or random string',
    'amount' => '12.45',
    'payment_method' => 'card',
    'card' => [
        'number' => '4111111111111111',
        'name' => 'john doe',
        'expiry_month' => '12',
        'expiry_year' => '21',
        'cvd' => '123',
    ],
]);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/92f80d18759473a9adfd07d2ee9cc58d9b73e57639f7bbc4eaa144a45b41dd28?d=identicon)[saad3074](/maintainers/saad3074)

---

Top Contributors

[![saeed6074](https://avatars.githubusercontent.com/u/108660192?v=4)](https://github.com/saeed6074 "saeed6074 (2 commits)")

### Embed Badge

![Health badge](/badges/saad3074-bambora/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M479](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
