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.

2168[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 3w 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 1% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity16

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://avatars.githubusercontent.com/u/37647592?v=4)[archerZdip](/maintainers/ArcherZdip)[@ArcherZdip](https://github.com/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

[jeroendesloovere/distance

Get distance between two locations using PHP.

3464.4k](/packages/jeroendesloovere-distance)[cloudstek/php-enum

Enumeration support for PHP

15269.4k](/packages/cloudstek-php-enum)

PHPackages © 2026

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