PHPackages                             barcellano-envoy/parse\_multipart\_form\_put - 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. barcellano-envoy/parse\_multipart\_form\_put

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

barcellano-envoy/parse\_multipart\_form\_put
============================================

PHP library for handling multipart form data for put requests

0341PHP

Since Nov 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/barcellano-envoy/parse_multipart_form_put)[ Packagist](https://packagist.org/packages/barcellano-envoy/parse_multipart_form_put)[ RSS](/packages/barcellano-envoy-parse-multipart-form-put/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP File PUT Requests
=====================

[](#php-file-put-requests)

Package to parse multipart form data from a PUT request. Useful for replacing photos using a RESTful api.

Example:

```
$put_data = array();
Envoy\MultipartForm\Processer::parse($put_data);
print_r($put_data);
```

OR

```
$put_data = array();
Envoy\MultipartForm\Processer::parse($put_data, $RAW_INPUT);
print_r($put_data);
```

Not really tested very much. Let me know if you run into any issues with github issues.

Results:

Key is form name

```
Array
(
    [test1] => Field 1 text
    [test2] => Field 2 Text
)

```

Or with a file

```
Array
(
    [test1] => Field 1 text
    [test2] => Field 2 Text
    [files] => Array
        (
            [0] => Array
                (
                    [form_name] => file1
                    [file_name] => 712.png
                    [content-type] => image/png
                    [file] => �PNG
�

IHDR�����>a�9tEXtSoftwareAni...

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b3260adb49cb9bd8a5adf272e887b0d2545e08f7c825f134990395d8b72e7b9c?d=identicon)[barcellano-envoy](/maintainers/barcellano-envoy)

---

Top Contributors

[![barcellano-envoy](https://avatars.githubusercontent.com/u/7715260?v=4)](https://github.com/barcellano-envoy "barcellano-envoy (11 commits)")

### Embed Badge

![Health badge](/badges/barcellano-envoy-parse-multipart-form-put/health.svg)

```
[![Health](https://phpackages.com/badges/barcellano-envoy-parse-multipart-form-put/health.svg)](https://phpackages.com/packages/barcellano-envoy-parse-multipart-form-put)
```

PHPackages © 2026

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