PHPackages                             xxbe/cicada-emde-contract - 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. xxbe/cicada-emde-contract

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

xxbe/cicada-emde-contract
=========================

cicada-emde interface contract files.

2145[1 issues](https://github.com/ArcherZdip/cicada-emde-contract/issues)PHP

Since Mar 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ArcherZdip/cicada-emde-contract)[ Packagist](https://packagist.org/packages/xxbe/cicada-emde-contract)[ RSS](/packages/xxbe-cicada-emde-contract/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

readme
======

[](#readme)

安装说明
----

[](#安装说明)

### 配置composer.json

[](#配置composerjson)

```
"repositories": [
    {
        "type":"git",
        "url":"git@git.100tal.com:jituan_xinxi_be/cicada-emde-contract.git"
    }
]

```

### 安装xxbe/cicada-emde-contract

[](#安装xxbecicada-emde-contract)

```
composer require xxbe/cicada-emde-contract

```

引用
--

[](#引用)

在`config/autoload/services.php`中增加：

```
return [
    'consumers' => [
        // 账号
        [
            'name'     => 'AccountServiceInterface',
            'service' => \Xxbe\CicadaEmdeContract\Contract\AccountServiceInterface::class,
            'nodes'    => [ ##nodesetting ]
        ],
        // Yach部门
        [
            'name'     => 'YachDeptServiceInterface',
            'service' => \Xxbe\CicadaEmdeContract\Contract\YachDeptServiceInterface::class,
            'nodes'    => [ ##nodesetting ]
        ],
        // EHR部门
        [
            'name'     => 'MainDeptServiceInterface',
            'service' => \Xxbe\CicadaEmdeContract\Contract\MainDeptServiceInterface::class,
            'nodes'    => [ ##nodesetting ]
        ],
    ],
];
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 54.5% 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/25f63f83fcd43e4ae6cf9243d2cb7613b793962e221cffb8073b6d8f5f3b3b93?d=identicon)[ArcherZdip](/maintainers/ArcherZdip)

---

Top Contributors

[![zdip-tal](https://avatars.githubusercontent.com/u/131733340?v=4)](https://github.com/zdip-tal "zdip-tal (6 commits)")[![ArcherZdip](https://avatars.githubusercontent.com/u/37647592?v=4)](https://github.com/ArcherZdip "ArcherZdip (5 commits)")

### Embed Badge

![Health badge](/badges/xxbe-cicada-emde-contract/health.svg)

```
[![Health](https://phpackages.com/badges/xxbe-cicada-emde-contract/health.svg)](https://phpackages.com/packages/xxbe-cicada-emde-contract)
```

###  Alternatives

[xaboy/form-builder

好用的PHP表单生成器，快速生成现代化的form表单,支持前后端分离。内置17种常用表单组件。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。

76275.0k5](/packages/xaboy-form-builder)

PHPackages © 2026

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