PHPackages                             farizhuzairi/jet-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. farizhuzairi/jet-request

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

farizhuzairi/jet-request
========================

Http Request.

v1.1.1(1y ago)05MITPHPPHP ^8.2

Since Apr 4Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/farizhuzairi/jet-request)[ Packagist](https://packagist.org/packages/farizhuzairi/jet-request)[ RSS](/packages/farizhuzairi-jet-request/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

JET REQUEST
===========

[](#jet-request)

Jet Request mendukung pengembangan proyek aplikasi Hascha Media atau EMS Platform. Namun, kesederhanaan perpustakaan memberikan fleksibilitas yang tinggi untuk digunakan di berbagai proyek aplikasi apa pun berbasis Laravel.

Konfigurasi
-----------

[](#konfigurasi)

Menyesuaikan pengaturan API melalui *environment*.

```
HOST_API_HTTP="http://"
HOST_API_DOMAIN="example.net"
HOST_API_ENDPOINT="api"

```

Memulai Permintaan Sederhana
----------------------------

[](#memulai-permintaan-sederhana)

Membuat permintaan sederhana menggunakan kelas facade `\Jet\Request\Client` dan panggil *request()* method.

```
$response = Request::request();
$response->successful();
$response->statusCode();
$response->message();
$response->getResults();
```

Mengirimkan data untuk permintaan spesifik, misal saja untuk mengirimkan data kredensial pengguna baru:

```
$response = Request::request(
    [
        'name' => 'Bob',
        'email' => 'example@bob.com',
        'password' => '12345678',
    ],
    'POST',
    function ($request) {
        $request->url('user/store')
        ->header('Authorization Bearer', 'xxx');
    }
);
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance50

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Total

5

Last Release

323d ago

### Community

Maintainers

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

---

Top Contributors

[![farizhuzairi](https://avatars.githubusercontent.com/u/33248486?v=4)](https://github.com/farizhuzairi "farizhuzairi (33 commits)")

---

Tags

http requestjet requestclient service

### Embed Badge

![Health badge](/badges/farizhuzairi-jet-request/health.svg)

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

###  Alternatives

[aura/http

The Aura HTTP package provides objects to build and send HTTP responses from the server to the client.

7338.8k4](/packages/aura-http)[causal/routing

Service to route HTTP/REST requests to your own controller/actions.

1919.9k](/packages/causal-routing)[popphp/pop-http

Pop Http Component for Pop PHP Framework

1018.5k13](/packages/popphp-pop-http)

PHPackages © 2026

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