PHPackages                             zulucrypto/mobius-dapp-quickstart - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zulucrypto/mobius-dapp-quickstart

ActiveProject[Utility &amp; Helpers](/categories/utility)

zulucrypto/mobius-dapp-quickstart
=================================

Ready-to-run example Mobius DApp

v1.0.2(8y ago)0211MITPHPPHP &gt;=5.5.9

Since Nov 14Pushed 8y agoCompare

[ Source](https://github.com/zulucrypto/mobius-dapp-quickstart)[ Packagist](https://packagist.org/packages/zulucrypto/mobius-dapp-quickstart)[ RSS](/packages/zulucrypto-mobius-dapp-quickstart/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (13)Versions (4)Used By (0)

Mobius DApp Quickstart
======================

[](#mobius-dapp-quickstart)

A ready-to-run Mobius DApp that can be hooked up to the app store. Just bring your Mobius developer account!

This example lets users flip a coin. If they win, they keep their MOBI. If they lose, it goes to the application. This probably won't catch on as a popular application, so it's up to you to write a better one!

### Requirements

[](#requirements)

- PHP with SQLite installed
- Mobius Developer account ([sign up here!](https://mobius.network/store/signup))

### Features

[](#features)

- Working DApp right out of the box
- Includes webhook handler that automatically creates users and syncs their balances
- Helpful commands for testing

### Setup

[](#setup)

Install with composer:

```
composer create-project zulucrypto/mobius-dapp-quickstart

```

Enter your API key and App UID when prompted.

Start a web server:

```
cd mobius-dapp-quickstart
bin/console server:run

```

Go to the URL given in the output from the previous command.

For example:

Then, enter the email address you used when signing up for the DApp store. After clicking "Simulate Login" you'll see your credit balance.

### Development

[](#development)

**App Store Service**

The DApp store API is available as a service:

```
// In a controller
$numCredits = $this->getContainer()
    ->get('mobius.app_store')
    ->getBalance('user@example.com');
```

**Helpful Commands**

To check a user's balance:

```
$ bin/console mobius:app-store:balance
User   : user@example.com
Balance: 100.0
```

To test the webhook that gets called when a user makes a deposit:

```
$ bin/console mobius:simulator:app-store-deposit user@example.com 100
Simulated webhook: user@example.com now has 100 credits.
```

**Example Code**

See `src/AppBundle/Controller/CoinFlipController.php` for the code that implements this DApp

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~0 days

Total

3

Last Release

3194d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29358017?v=4)[ZuluCrypto](/maintainers/zulucrypto)[@zulucrypto](https://github.com/zulucrypto)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M418](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M776](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M534](/packages/pimcore-pimcore)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9626.1k68](/packages/open-dxp-opendxp)

PHPackages © 2026

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