PHPackages                             mhndev/order - 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. mhndev/order

ActiveLibrary

mhndev/order
============

order

121PHP

Since Dec 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mhndev/order)[ Packagist](https://packagist.org/packages/mhndev/order)[ RSS](/packages/mhndev-order/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Order Service
-------------

[](#order-service)

```
    $settings = array(
                  'driver' => array(
                      // Master Connection Client
                      'master' => array(
                          ## mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]
                          ## anything that is a special URL character needs to be URL encoded.
                          ## This is particularly something to take into account for the password,
                          #- as that is likely to have characters such as % in it.
                          'host' => 'mongodb://localhost:27017',
                          ## Specifying options via the options argument will overwrite any options
                          #- with the same name in the uri argument.
                          'options_uri' => array(
                          ),
                          'options' => array(
                          ),
                      ),
                  ),
              );

    $mongoDriver = new \mhndev\order\MongoDriverManager();
    $mongoDriver->addClient(new MongoDB\Client($settings['driver']['master']['host'] ), 'master' );
    $mongoClient = $mongoDriver->byClient('master');
    $db = $mongoClient->selectDatabase('order');

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c3e5d182214e2e6b989a2230bcae80b2107b088da1c6dbea6f6f8d28702e272?d=identicon)[majidphpdeveloper](/maintainers/majidphpdeveloper)

---

Top Contributors

[![mhndev](https://avatars.githubusercontent.com/u/5164182?v=4)](https://github.com/mhndev "mhndev (29 commits)")

### Embed Badge

![Health badge](/badges/mhndev-order/health.svg)

```
[![Health](https://phpackages.com/badges/mhndev-order/health.svg)](https://phpackages.com/packages/mhndev-order)
```

PHPackages © 2026

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