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

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

alonity/http
============

Alonity http handler component

1.0.0(1y ago)01MITPHPPHP ^7.3

Since Feb 16Pushed 1y ago1 watchersCompare

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

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

HTTP
====

[](#http)

HTTP handler

Install
-------

[](#install)

`composer require alonity/http`

### Examples

[](#examples)

```
use alonity\http\Request;

require('vendor/autoload.php');

try {
    $request = new Request("https://google.com");

    $response = $request->post();

    var_dump($response->raw());
} catch (HTTPException $e) {
    echo $e->getMessage();
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance43

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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

448d ago

### 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 (2 commits)")

---

Tags

httpresponserequestcurlhandleralonity

### Embed Badge

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

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

###  Alternatives

[guzzlehttp/psr7

PSR-7 message implementation that also provides common utility methods

8.0k1.0B3.2k](/packages/guzzlehttp-psr7)[psr/http-message

Common interface for HTTP messages

7.1k1.0B5.5k](/packages/psr-http-message)[psr/http-factory

PSR-17: Common interfaces for PSR-7 HTTP message factories

1.9k692.9M1.9k](/packages/psr-http-factory)[psr/http-server-handler

Common interface for HTTP server-side request handler

175101.3M921](/packages/psr-http-server-handler)[fig/http-message-util

Utility classes and constants for use with PSR-7 (psr/http-message)

39489.0M274](/packages/fig-http-message-util)[nette/http

🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.

48619.2M541](/packages/nette-http)

PHPackages © 2026

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