PHPackages                             interaapps/httprequest - 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. interaapps/httprequest

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

interaapps/httprequest
======================

1.0(6y ago)0361PHP

Since Jul 12Pushed 6y agoCompare

[ Source](https://github.com/interaapps/PHP-HttpRequest)[ Packagist](https://packagist.org/packages/interaapps/httprequest)[ RSS](/packages/interaapps-httprequest/feed)WikiDiscussions master Synced 2d ago

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

Simple HTTP Client for PHP (UPPM Project)
=========================================

[](#simple-http-client-for-php-uppm-project)

Features:

- Very Simple
- Pattern Builder (Returns always this except for send and getters)

```
use modules\httprequest\HttpRequest;

// Simple get
$res = HttpRequest::get("https://interaapps.de")->send();

$res->getData(); // Gets the body
$res->getCode(); // Gets the httpcode
// ...

// POST-Request
$res = HttpRequest::post("https://interaapps.de")
        ->parameter("username", "homer.simpson")
        ->parameter("username", "ilovedonuts")
        ->send();
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2227d ago

### Community

Maintainers

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

---

Top Contributors

[![JulianFun123](https://avatars.githubusercontent.com/u/42511596?v=4)](https://github.com/JulianFun123 "JulianFun123 (7 commits)")

### Embed Badge

![Health badge](/badges/interaapps-httprequest/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25026.8M85](/packages/php-http-cache-plugin)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

85997.3k131](/packages/httpsoft-http-message)[thesis/nats

Async (fiber based) client for Nats.

758.3k](/packages/thesis-nats)

PHPackages © 2026

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