PHPackages                             firstphp/ikcrm - 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. firstphp/ikcrm

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

firstphp/ikcrm
==============

爱客CRM组件开发for hyperf

2.1.1(6y ago)117MITPHPPHP &gt;=7.2

Since Sep 26Pushed 6y ago1 watchersCompare

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

READMEChangelog (5)DependenciesVersions (6)Used By (0)

ikcrm
=====

[](#ikcrm)

爱客CRM开发组件

安装组件:

```
composer require firstphp/ikcrm

```

发布配置:

```
php bin/hyperf.php vendor:publish firstphp/ikcrm

```

编辑.env配置：

```
IKCRM_URL=https://dingtalk.e.ikcrm.com/
IKCRM_USERNAME=150xxxxxxxx
IKCRM_PASSWORD=123456

```

示例代码：

```
use Firstphp\Ikcrm\IkcrmInterface;

......

/**
 * @Inject
 * @var IkcrmInterface
 */
protected $ikcrmInterface;

public function test() {
    $res = $this->ikcrmInterface->userInfo();
    var_dump($res);
}

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~3 days

Total

5

Last Release

2410d ago

Major Versions

1.0.1 → 2.0.02019-09-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec2904a42657def0df771f16258860306774a9a8de3e4b838816705c0c38fb43?d=identicon)[lamplife](/maintainers/lamplife)

---

Top Contributors

[![lamplife](https://avatars.githubusercontent.com/u/12744359?v=4)](https://github.com/lamplife "lamplife (2 commits)")

---

Tags

crmhyperf

### Embed Badge

![Health badge](/badges/firstphp-ikcrm/health.svg)

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

###  Alternatives

[hyperf/di

A DI for Hyperf.

182.8M594](/packages/hyperf-di)[hyperf/crontab

A crontab component for Hyperf.

131.6M62](/packages/hyperf-crontab)

PHPackages © 2026

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