PHPackages                             yiche/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. yiche/simple-request

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

yiche/simple-request
====================

Laravel request

4.0.1(6y ago)0152MITPHPPHP &gt;=7.2.0

Since Aug 10Pushed 6y ago3 watchersCompare

[ Source](https://github.com/saasyc-inc/simple-request)[ Packagist](https://packagist.org/packages/yiche/simple-request)[ RSS](/packages/yiche-simple-request/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (6)Used By (2)

### 在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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

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

Total

4

Last Release

2516d ago

Major Versions

3.0.1 → 4.0.02019-08-11

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1787380?v=4)[yiche](/maintainers/yiche)[@YiChe](https://github.com/YiChe)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.5k](/packages/aws-aws-sdk-php)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M62](/packages/spatie-crawler)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k36](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.7k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M188](/packages/guzzlehttp-guzzle-services)

PHPackages © 2026

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