PHPackages                             pe/component-form-data - 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. pe/component-form-data

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

pe/component-form-data
======================

Form data component allow to parse raw form data body for non POST requests

v1.0.0(8y ago)076MITPHPPHP &gt;=5.5

Since Dec 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/pavlenko/php-component-form-data)[ Packagist](https://packagist.org/packages/pe/component-form-data)[ RSS](/packages/pe-component-form-data/feed)WikiDiscussions master Synced 3d ago

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

Form data component
===================

[](#form-data-component)

This component allow to parse raw form data body for non POST requests

### Installation

[](#installation)

```
php composer.phar require pe/component-form-data:1.0.0
```

### Usage

[](#usage)

```
// Parse data
$data = new FormData(
    $_SERVER['CONTENT_TYPE'],
    file_get_contents('php://input')
);

// Get $_FILES compatible array
$data->getFILES()

// Get $_POST compatible array
$data->getPOST()
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cf2cc7aeca3adf2a9ff304032c47261ecc3e94b18dbc1c972f1bfa9494ba645?d=identicon)[pavlenko](/maintainers/pavlenko)

---

Top Contributors

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

---

Tags

form-data

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pe-component-form-data/health.svg)

```
[![Health](https://phpackages.com/badges/pe-component-form-data/health.svg)](https://phpackages.com/packages/pe-component-form-data)
```

PHPackages © 2026

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