PHPackages                             lihq1403/simple-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lihq1403/simple-client

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

lihq1403/simple-client
======================

Simple Client.

1.0.1(2y ago)012.2k↓50%MITPHPPHP &gt;=7.4

Since Nov 9Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

 simple-client
===============

[](#-simple-client-)

 简易请求封装

Installing
----------

[](#installing)

```
$ composer require lihq1403/simple-client -vvv
```

Usage
-----

[](#usage)

```
$config = [
    'host' => 'https://restapi.amap.com',
    'sdk_name' => 'xxx',
    'sdk_version' => '1.0.1',
    'component' => [
        'logger' => null, // 日志组件
        'client' => null, // guzzle客户端
    ],
];
$app = new Application($config);

$simpleClient = new SimpleClient($app);
$actualResponse = $simpleClient->get('/v3/weather/weatherInfo', [
    'query' => [
        'key' => 'mock-key',
        'city' => '深圳',
        'output' => 'json',
        'extensions' => 'base',
    ],
]);
```

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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 ~47 days

Total

2

Last Release

868d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e0ed12e0a107565d6a1bb00bcd6d6c90a18ec5d1c6d0c7dddeee64b54f96bc4?d=identicon)[lihq1403](/maintainers/lihq1403)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/lihq1403-simple-client/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[cognesy/instructor-php

The complete AI toolkit for PHP: unified LLM API, structured outputs, agents, and coding agent control

310107.9k1](/packages/cognesy-instructor-php)[jaxon-php/jaxon-core

Jaxon is an open source PHP library for easily creating Ajax web applications

73142.3k25](/packages/jaxon-php-jaxon-core)[crwlr/crawler

Web crawling and scraping library.

37214.8k2](/packages/crwlr-crawler)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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