PHPackages                             gephart/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gephart/request

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gephart/request
===============

Gephart Request Component

0.4(8y ago)0326MITPHPPHP &gt;=7.1

Since Feb 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gephart/request)[ Packagist](https://packagist.org/packages/gephart/request)[ Docs](https://github.com/gephart/request)[ RSS](/packages/gephart-request/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Gephart Request
===============

[](#gephart-request)

[![Build Status](https://camo.githubusercontent.com/3e7365612e6e0b6c75f4928404a197d0ea91d57b41e0a6ae78495bb808e1edc4/68747470733a2f2f7472617669732d63692e6f72672f676570686172742f726571756573742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gephart/request)

Dependencies
------------

[](#dependencies)

- PHP &gt;= 7.1

Instalation
-----------

[](#instalation)

```
composer require gephart/request

```

Using
-----

[](#using)

```
$_GET["test"] = 1;
$_POST["test"] = 2;

$request = new \Gephart\Request\Request();

echo $request->get("test")); // 1
echo $request->post("test"); // 2

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

3174d ago

PHP version history (2 changes)0.1PHP &gt;=7.0

0.4PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ba9a3cad30ba7a773289e9da52832255f6f5a1f2eaaaa25a464186a47cb8c23?d=identicon)[MichalKatuscak](/maintainers/MichalKatuscak)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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