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

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

erykai/request
==============

receives INPUT\_POST requests, php://input and query converts and returns in object

v1.3.1(3y ago)0981MITPHPPHP &gt;=8.0

Since Aug 9Pushed 3y ago1 watchersCompare

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

READMEChangelog (8)DependenciesVersions (9)Used By (1)

Request
=======

[](#request)

[![Maintainer](https://camo.githubusercontent.com/8d0c30a6e6bb0e588086373acb7d3cb9c1ff2135f91a52d1a7a99a8670aa1090/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d40616c657864656f766964616c2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://instagram.com/alexdeovidal)[![Source Code](https://camo.githubusercontent.com/3d693361e26bb7ce3bf9e04571d0c08220eb6da31fdb3b72f706153a2fb1ab30/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6572796b61692f726571756573742d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/erykai/request)[![PHP from Packagist](https://camo.githubusercontent.com/7efe7195a00afb9bc1eb3053dd5a5127769ac00693c78757632f6f910a1fca9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6572796b61692f726571756573742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/erykai/request)[![Latest Version](https://camo.githubusercontent.com/c2b647a9a265e4283b5ef67d0e67dbf25bb39c22649dac69a67d20891b52d120/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6572796b61692f726571756573742e7376673f7374796c653d666c61742d737175617265)](https://github.com/erykai/request/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Quality Score](https://camo.githubusercontent.com/1810c923ec6ed02fe926b5606a9b4ca09dc0be8cbad63f09f65fb6d8eb0747a6/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6572796b61692f726571756573742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/erykai/request)[![Total Downloads](https://camo.githubusercontent.com/cb1df8b7a68eaa9146c8d86ef343473ae5447a5ae01daf867d5c857ad251e09e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6572796b61692f726571756573742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/erykai/request)

Receives INPUT\_POST requests, php://input and query converts and returns in object

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

[](#installation)

Composer:

```
"erykai/request": "1.2.*"
```

Terminal

```
composer require erykai/request
```

Create file.php

```
use Erykai\Request\Request;

require "vendor/autoload.php";
//$data = $data['query'] example ?name=tal&order=ASC or NULL
//$request = new Request($data);
$request = new Request();
print_r($request->response());
```

Contribution
------------

[](#contribution)

All contributions will be analyzed, if you make more than one change, make the commit one by one.

Support
-------

[](#support)

If you find faults send an email reporting to .

Credits
-------

[](#credits)

- [Alex de O. Vidal](https://github.com/alexdeovidal) (Developer)
- [All contributions](https://github.com/erykai/request/contributors) (Contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License](https://github.com/erykai/request/LICENSE) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Recently: every ~24 days

Total

8

Last Release

1278d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[wyrihaximus/react-child-process-messenger

Messenger decorator for react/child-process

32279.4k4](/packages/wyrihaximus-react-child-process-messenger)[inpsyde/object-hooks-remover

Package to remove WordPress hook callbacks that uses object methods or closures.

6256.4k1](/packages/inpsyde-object-hooks-remover)[elephox/mimey

PHP package for converting file extensions to MIME types and vice versa.

16217.1k5](/packages/elephox-mimey)

PHPackages © 2026

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