PHPackages                             mobianglobal/mobian-api-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. mobianglobal/mobian-api-php

ActiveLibrary[API Development](/categories/api)

mobianglobal/mobian-api-php
===========================

MOBIAN Global API package for PHP.

1.1.1(2y ago)05.1kMITPHPPHP &gt;=7.1CI failing

Since Aug 24Pushed 2y ago2 watchersCompare

[ Source](https://github.com/mobianglobal/mobian-api-php)[ Packagist](https://packagist.org/packages/mobianglobal/mobian-api-php)[ Docs](https://mobian.global/)[ RSS](/packages/mobianglobal-mobian-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (22)Used By (0)

MOBIAN API Client for PHP
=========================

[](#mobian-api-client-for-php)

The MOBIAN API Client for PHP can be used to book various mobility services on the MOBIAN platform. We tend to make the integration as easy as possible by setting up this package. It should take care of the default requests and validations for the API connection to be setup.

This package is actively maintained with the API's versions to make switching between versions less of a pain as well.

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

[](#requirements)

- PHP 7.1 or higher
- cURL
- MOBIAN API access

Composer installation
---------------------

[](#composer-installation)

By far the easiest way to install the package is to require it with [Composer](http://getcomposer.org).

```
composer require mobianglobal/mobian-api-php
```

Getting started
---------------

[](#getting-started)

Set up the configuration to use your API key.

```
use Mobian\ApiClient\MobianApiConfig;

MobianApiConfig::setAuthKey('RESELLER_KEY_HERE');
```

Fetching a set of bookings with a reservation status of `completed`.

```
use Mobian\ApiClient\MobianApiClient;
use Mobian\ApiClient\Requests\Bookings\GetBookingsRequest;

$request = new GetBookingsRequest([
    'reservation_status' => ['completed'],
]);

$bookings = MobianApiClient::request($request);
```

All available calls and filters are explained in our [API documentation](https://mobianv3reseller.docs.apiary.io/).

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 96.3% 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

Every ~101 days

Recently: every ~327 days

Total

20

Last Release

902d ago

Major Versions

0.10.0 → 1.0.02020-04-09

PHP version history (2 changes)0.1.0PHP &gt;=5.6.0

1.0.0PHP &gt;=7.1

### Community

Maintainers

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

---

Top Contributors

[![LarsGrevelink](https://avatars.githubusercontent.com/u/1597445?v=4)](https://github.com/LarsGrevelink "LarsGrevelink (52 commits)")[![auymaz](https://avatars.githubusercontent.com/u/18396701?v=4)](https://github.com/auymaz "auymaz (1 commits)")[![bastuijnman](https://avatars.githubusercontent.com/u/851354?v=4)](https://github.com/bastuijnman "bastuijnman (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mobianglobal-mobian-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/mobianglobal-mobian-api-php/health.svg)](https://phpackages.com/packages/mobianglobal-mobian-api-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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