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

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

slendium/http-superglobals
==========================

An implementation of slendium/http based on the PHP superglobals.

v0.1.0(1mo ago)01MITPHP

Since Jun 30Pushed 1mo agoCompare

[ Source](https://github.com/slendium/http-superglobals)[ Packagist](https://packagist.org/packages/slendium/http-superglobals)[ RSS](/packages/slendium-http-superglobals/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Slendium HTTP-Superglobals
==========================

[](#slendium-http-superglobals)

Implementation of the [slendium/http](https://git.frisiapp.com/slendium/http) library.

Incoming requests are based on the PHP superglobals (`$_GET`, `$_POST`, `$_FILES`, `$_COOKIE` and `$_SERVER`) and responses can be printed to the output buffer (using `header()` and `echo`).

Installation
------------

[](#installation)

Simply run `composer require slendium/http-superglobals` to add it to your project.

Usage
-----

[](#usage)

From your PHP script, simply create a new instance of the `GlobalRequest` object and use it wherever a `Slendium\Http\Request` is expected.

```
// instance wrapped in networking information, returns a Networked
$request = GlobalRequest::createNetworkedInstance();

// regular instance
$request = new GlobalRequest;

// use the request
$response = MyFramework::respond($request);

// output the response
GlobalResponse::output($response);
```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance90

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity23

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

49d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f8cb32e80bc8745da0070b0df3e42a7a4d0de1064a34bd32eafc341437f2b193?d=identicon)[packagist.uch8@frisiapp.com](/maintainers/packagist.uch8@frisiapp.com)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  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)
