PHPackages                             onmpw/jiyirequest - 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. onmpw/jiyirequest

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

onmpw/jiyirequest
=================

Request your server.

v1.0.2(7y ago)025PHP

Since Dec 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/onmpw/jiyirequest)[ Packagist](https://packagist.org/packages/onmpw/jiyirequest)[ Docs](https://github.com/onmpw/jiyirequest.git)[ RSS](/packages/onmpw-jiyirequest/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

jiyirequest
===========

[](#jiyirequest)

`Laravel` 扩展，是用于api请求。需要配合服务端一起使用。

### 安装

[](#安装)

使用`composer`进行安装

```
composer require onmpw/jiyirequest

```

然后在 config/app.php 配置项 `providers` 中添加 `Onmpw\JiyiRequest\JiyiRequestServiceProvider`.

```
return [
'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        Illuminate\Auth\AuthServiceProvider::class,
        Illuminate\Broadcasting\BroadcastServiceProvider::class,
        Illuminate\Bus\BusServiceProvider::class,
        Illuminate\Cache\CacheServiceProvider::class,
        Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
        Illuminate\Cookie\CookieServiceProvider::class,
        Illuminate\Database\DatabaseServiceProvider::class,
        Illuminate\Encryption\EncryptionServiceProvider::class,
        Illuminate\Filesystem\FilesystemServiceProvider::class,
        Illuminate\Foundation\Providers\FoundationServiceProvider::class,
        Illuminate\Hashing\HashServiceProvider::class,
        Illuminate\Mail\MailServiceProvider::class,
        Illuminate\Notifications\NotificationServiceProvider::class,
        Illuminate\Pagination\PaginationServiceProvider::class,
        Illuminate\Pipeline\PipelineServiceProvider::class,
        Illuminate\Queue\QueueServiceProvider::class,
        Illuminate\Redis\RedisServiceProvider::class,
        Illuminate\Auth\Passwords\PasswordResetServiceProvider::class,
        Illuminate\Session\SessionServiceProvider::class,
        Illuminate\Translation\TranslationServiceProvider::class,
        Illuminate\Validation\ValidationServiceProvider::class,
        Illuminate\View\ViewServiceProvider::class,

        /*
         * Package Service Providers...
         */
        Onmpw\JiyiRequest\JiyiRequestServiceProvider::class,

        /*
         * Application Service Providers...
         */
        App\Providers\AppServiceProvider::class,
        App\Providers\AuthServiceProvider::class,
        // App\Providers\BroadcastServiceProvider::class,
        App\Providers\EventServiceProvider::class,
        App\Providers\RouteServiceProvider::class
    ]
];
```

该扩展主要是针对自己的服务端验证方式开发的。仅限于交流学习使用，无法直接使用。

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

2699d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a06c3ebcdf77f32819617a274570fd5cbce0ba127790256cdcf2b0fbd76596d?d=identicon)[onmpw](/maintainers/onmpw)

---

Top Contributors

[![onmpw](https://avatars.githubusercontent.com/u/8577488?v=4)](https://github.com/onmpw "onmpw (10 commits)")

### Embed Badge

![Health badge](/badges/onmpw-jiyirequest/health.svg)

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

###  Alternatives

[nzedb/nzedb

A Usenet Indexer

6415.4k](/packages/nzedb-nzedb)[carica/io

Non blocking I/O for PHP

241.1k4](/packages/carica-io)

PHPackages © 2026

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