PHPackages                             mobbex/sdk - 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. mobbex/sdk

ActiveLibrary[API Development](/categories/api)

mobbex/sdk
==========

Mobbex SDK Api Integration Library

v0.1.0(5y ago)26.8k↓22.2%MITPHP

Since May 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/mgscreativa/mobbex-sdk-php)[ Packagist](https://packagist.org/packages/mobbex/sdk)[ RSS](/packages/mobbex-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Mobbex SDK Api Integration Library
==================================

[](#mobbex-sdk-api-integration-library)

- [Install](#install)
- [Specific methods](#specific-methods)

Install
-------

[](#install)

### With Composer

[](#with-composer)

From command line

```
composer require mobbex/sdk:0.1.0

```

As a dependency in your project's composer.json

```
{
    "require": {
        "mobbex/sdk": "0.1.0"
    }
}
```

### By downloading

[](#by-downloading)

1. Clone/download this repository
2. Copy `lib` folder to your project's desired folder.

Specific methods
----------------

[](#specific-methods)

### Return Values

[](#return-values)

Api returns all values as **array**

### Configure your credentials

[](#configure-your-credentials)

- Get your **API KEY** and **ACCESS TOKEN** from Mobbex

```
require_once ('lib/mobbex.php');

try {
    $mb = new MB('API_KEY', 'ACCESS_TOKEN');
} catch (Exception $e) {
    echo $e->getMessage() . ' ' . $e->getCode();
}
```

### Methods

[](#methods)

#### Get Clientes Lista

[](#get-clientes-lista)

```
$checkout_data = array(
    'total' => 100.5,
    'currency' => 'ARS',
    'description' => 'Checkout description',
    'return_url' => 'https://www.yourstore.com/mobbex-custom-return-url',
    'reference' => 'QJYZ1234',
    'webhook' => 'https://www.yourstore.com/mobbex-custom-webhook-url',
    'redirect' => false,
    'test' => true, // True, testing, false, production
    'options' => array(
        'theme' => array(
            'type' => 'light', // dark or light color scheme
            'showHeader' => true,
            'header' => array(
                'name' => 'Your brand name',
                'logo' => 'https://www.yourstore.com/store-logo.jpg', // Must be https!
            ),
        ),
    ),
);

$result = $mb->mobbex_checkout($checkout_data);

print_r($result);
```

#### Get Transaction Status

[](#get-transaction-status)

```
$result = $mb->get_transaction_status('TRANSACTION_ID');

print_r($result);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

2188d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1f16bb8a00e10ae15390a76d36182c9cc8f95c802d869a963d898dd196fcc13?d=identicon)[mgscreativa](/maintainers/mgscreativa)

---

Top Contributors

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

---

Tags

sdkmobbex

### Embed Badge

![Health badge](/badges/mobbex-sdk/health.svg)

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

###  Alternatives

[appwilio/cdek-sdk

CDEK API SDK (cdek.ru)

406.5k](/packages/appwilio-cdek-sdk)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

223.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

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