PHPackages                             zulucrypto/mobius-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. zulucrypto/mobius-php

ActiveLibrary

zulucrypto/mobius-php
=====================

API client for Mobius

v1.0.0(8y ago)318921MITPHP

Since Oct 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/zulucrypto/mobius-php)[ Packagist](https://packagist.org/packages/zulucrypto/mobius-php)[ RSS](/packages/zulucrypto-mobius-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (2)Used By (1)

Mobius PHP API Client
=====================

[](#mobius-php-api-client)

Provides simple access to the [Mobius API](https://mobius.network/docs/) for applications written in PHP

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

[](#installation)

Install with composer:

```
$ composer require zulucrypto/mobius-php
```

Quickstart
----------

[](#quickstart)

This library provides an object-oriented way to interact with the Mobius API:

```
// Main object for working with the API
$mobius = new Mobius($API_KEY);

// Retrieves an object to work with the DApp store
$appStore = $mobius->getAppStore($APP_UID);

// Easily query a user's balance
$userBalance = $appStore->getBalance($EMAIL);

// Use 5 MOBI and get the user's updated balance
$userBalance = $appStore->useBalance($EMAIL, 5);
```

Objects
-------

[](#objects)

- `Mobius` - All main API objects are available from this class
- `AppStore` - Methods for working with a user's balance
- `Token` - Methods for working with ERC20 tokens

More information
----------------

[](#more-information)

- Examples are available in the `examples` directory
- For detailed response information, see [the Mobius API REST documentation](https://mobius.network/docs/)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 83.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

Unknown

Total

1

Last Release

3133d ago

### Community

Maintainers

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

---

Top Contributors

[![zulucrypto](https://avatars.githubusercontent.com/u/29358017?v=4)](https://github.com/zulucrypto "zulucrypto (5 commits)")[![wardhanster](https://avatars.githubusercontent.com/u/845209?v=4)](https://github.com/wardhanster "wardhanster (1 commits)")

### Embed Badge

![Health badge](/badges/zulucrypto-mobius-php/health.svg)

```
[![Health](https://phpackages.com/badges/zulucrypto-mobius-php/health.svg)](https://phpackages.com/packages/zulucrypto-mobius-php)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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