dev-master
9999999-devAPI client for Mobius
MIT
The Requires
by Zulu Crypto
v1.0.0
1.0.0.0API client for Mobius
MIT
The Requires
by Zulu Crypto
API client for Mobius
Provides simple access to the Mobius API for applications written in PHP, (*1)
Install with composer:, (*2)
$ composer require zulucrypto/mobius-php
This library provides an object-oriented way to interact with the Mobius API:, (*3)
// 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);
Mobius
- All main API objects are available from this classAppStore
- Methods for working with a user's balanceToken
- Methods for working with ERC20 tokensexamples
directoryAPI client for Mobius
MIT
API client for Mobius
MIT