PHPackages                             aprchen/easy-ms - 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. aprchen/easy-ms

ActiveLibrary

aprchen/easy-ms
===============

miro-service

14PHP

Since May 29Pushed 7y ago2 watchersCompare

[ Source](https://github.com/aprchen/easy-ms)[ Packagist](https://packagist.org/packages/aprchen/easy-ms)[ RSS](/packages/aprchen-easy-ms/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

说明
==

[](#说明)

使用 phalcon Micro 搭建 restful api

使用方法
====

[](#使用方法)

```
composer require aprchen/easy-ms
```

入口文件示例

```
define('BASE_PATH', dirname(__DIR__));
define('APP_PATH', BASE_PATH . '/app');
require_once BASE_PATH . '/vendor/autoload.php';
$app = new MicroApp();
$app->setConfigPath(BASE_PATH."/config.ini");
$app->setBoots(
    new CollectionBootstrap(),
    new ServiceBootstrap()
);
$app->handle();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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/5ac83985fcc3dc494cee667716393ba3c63c61f75d5b34f16392e4afaab75107?d=identicon)[April2](/maintainers/April2)

---

Top Contributors

[![aprchen](https://avatars.githubusercontent.com/u/13740363?v=4)](https://github.com/aprchen "aprchen (58 commits)")

### Embed Badge

![Health badge](/badges/aprchen-easy-ms/health.svg)

```
[![Health](https://phpackages.com/badges/aprchen-easy-ms/health.svg)](https://phpackages.com/packages/aprchen-easy-ms)
```

PHPackages © 2026

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