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

ActiveLibrary

alonity/request
===============

Alonity request

043PHP

Since May 18Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Request
=======

[](#request)

External alonity request

Install
-------

[](#install)

`composer require alonity/request`

### Examples

[](#examples)

```
use alonity\request\Request;

$request = new Request();

// Change request uri
$request->setURI($_SERVER['REQUEST_URI']);

// Send post
$post = $request::post('https://google.com', ['param1' => 'example', 'param2' => 'test'], ['timeout' => 2]);

var_dump($post->send());

// Send get
$get = $request::get('https://google.com', ['param1' => 'example', 'param2' => 'test'], ['timeout' => 1]);

var_dump($get->send());

// Send multiple
$stack = $request::stack([$get, $post]);

foreach($stack->send() as $handler){
    var_dump($handler->getResponse());
}
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 84.6% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e5f56cbb91b132c04e03a2910f70a61ad19cb64da547f6f0761348f38347ae4?d=identicon)[alonity](/maintainers/alonity)

---

Top Contributors

[![alonity](https://avatars.githubusercontent.com/u/84131534?v=4)](https://github.com/alonity "alonity (11 commits)")[![qexyorg](https://avatars.githubusercontent.com/u/3864361?v=4)](https://github.com/qexyorg "qexyorg (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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