PHPackages                             riverline/multipart-parser - 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. riverline/multipart-parser

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

riverline/multipart-parser
==========================

One class library to parse multipart content with encoding and charset support.

2.2.2(4mo ago)17057.4M—1.6%26[1 issues](https://github.com/Riverline/multipart-parser/issues)20MITPHPPHP &gt;=7.0CI passing

Since Nov 5Pushed 4mo ago5 watchersCompare

[ Source](https://github.com/Riverline/multipart-parser)[ Packagist](https://packagist.org/packages/riverline/multipart-parser)[ RSS](/packages/riverline-multipart-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (35)Used By (20)

README
======

[](#readme)

[![PHP](https://github.com/Riverline/multipart-parser/actions/workflows/php.yml/badge.svg)](https://github.com/Riverline/multipart-parser/actions/workflows/php.yml)

What is Riverline\\MultiPartParser
----------------------------------

[](#what-is-riverlinemultipartparser)

`Riverline\MultiPartParse` is a one class library to parse multipart documents (multipart email, multipart form, etc ...) and manage each part encoding and charset to extract their content.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6

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

[](#installation)

`Riverline\MultiPartParse` is compatible with composer and any psr-0/psr-4 autoloader.

```
composer require riverline/multipart-parser

```

Usage
-----

[](#usage)

```
