PHPackages                             church/apollo-client - 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. [API Development](/categories/api)
4. /
5. church/apollo-client

ActiveLibrary[API Development](/categories/api)

church/apollo-client
====================

apollo client for php

1.1(3y ago)01361MITPHP

Since Sep 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fireqong/apollo-client)[ Packagist](https://packagist.org/packages/church/apollo-client)[ RSS](/packages/church-apollo-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

### 环境要求

[](#环境要求)

- php &gt;= 7.4

### 安装

[](#安装)

```
composer require church/apollo-client
```

### 使用

[](#使用)

```
$client = new Client('http://127.0.0.1:8082', 'appid', 'tech.oss', 'app secret');
$result = $client->getFromCache();
$result = $client->getWithoutCache();

//必须在CLI模式下运行
$client->autoPull(['tech.oss', 'tech.baidu', 'tech.sms'], function($configuration) {
    $configuration = json_decode($configuration, true);
    $this->assertTrue(boolval($configuration));
});
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1336d ago

### Community

Maintainers

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

---

Top Contributors

[![fireqong](https://avatars.githubusercontent.com/u/7379427?v=4)](https://github.com/fireqong "fireqong (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/church-apollo-client/health.svg)

```
[![Health](https://phpackages.com/badges/church-apollo-client/health.svg)](https://phpackages.com/packages/church-apollo-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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