PHPackages                             missing-u/simple-request - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. missing-u/simple-request

ActiveLibrary[HTTP &amp; Networking](/categories/http)

missing-u/simple-request
========================

5.0.2(5y ago)024MITPHPPHP &gt;=7.0.0

Since Aug 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/missing-u/simple-request)[ Packagist](https://packagist.org/packages/missing-u/simple-request)[ RSS](/packages/missing-u-simple-request/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

### 在GuzzleHttp的基础上对发送请求简要封装

[](#在guzzlehttp的基础上对发送请求简要封装)

#### 示例

[](#示例)

##### 添加 RobustRequest

[](#添加-robustrequest)

##### GET

[](#get)

```
        $url = 'http://mock.server.com/echo';

        $illumination = '请求说明';

        $info = SimpleRequest::json_get($illumination, $url); // [ "echo" => "echo" ]

```

```
      $url = 'http://mock.server.com/echo/params/reflect';

      $illumination = '请求说明';

      $params = [
          'user' =>
              [
                  'name' => 'yang',
                  'age'  => 10,
              ],
      ];

     $info = SimpleRequest::json_get($illumination, $url, $params);

     $this->assertTrue(
        $info == $params
     );

```

##### POST

[](#post)

```
        $url = 'http://mock.server.com/echo';

        $illumination = '请求说明';

        $info = SimpleRequest::json_post($illumination, $url); // [ "echo" => "echo" ]

```

```
      $url = 'http://mock.server.com/echo/params/reflect';

      $illumination = '请求说明';

      $params = [
          'user' =>
              [
                  'name' => 'yang',
                  'age'  => 10,
              ],
      ];

     $info = SimpleRequest::json_post($illumination, $url, $params);

     $this->assertTrue(
        $info == $params
     );

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Recently: every ~77 days

Total

6

Last Release

2152d ago

Major Versions

4.0.4 → 5.0.02020-06-18

PHP version history (2 changes)4.0.2PHP &gt;=7.2.0

5.0.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fb66c16f123d51ad5ead7593a7052bec5abc7be6db4abb6d84a465866097c52?d=identicon)[FlyInTheSea](/maintainers/FlyInTheSea)

---

Top Contributors

[![missing-u](https://avatars.githubusercontent.com/u/8327028?v=4)](https://github.com/missing-u "missing-u (21 commits)")

### Embed Badge

![Health badge](/badges/missing-u-simple-request/health.svg)

```
[![Health](https://phpackages.com/badges/missing-u-simple-request/health.svg)](https://phpackages.com/packages/missing-u-simple-request)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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