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.4kMITPHPPHP &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 today

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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

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

948d 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://avatars.githubusercontent.com/u/33483606?v=4)[MOBIAN Global](/maintainers/mobianglobal)[@mobianglobal](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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