PHPackages                             abrgitlab/email-reply-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. abrgitlab/email-reply-parser

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

abrgitlab/email-reply-parser
============================

Port of the cool GitHub's EmailReplyParser library in PHP

2.8.1(7y ago)04.4kMITPHPPHP &gt;=5.6.0

Since May 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/abrgitlab/EmailReplyParser)[ Packagist](https://packagist.org/packages/abrgitlab/email-reply-parser)[ RSS](/packages/abrgitlab-email-reply-parser/feed)WikiDiscussions master Synced 2d ago

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

EmailReplyParser
================

[](#emailreplyparser)

[![Build Status](https://camo.githubusercontent.com/2c3e04ecfa283b52e5195fbdf25e3225ae4331fedd6738ef95280900645c165f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f77696c6c647572616e642f456d61696c5265706c795061727365722e706e67)](http://travis-ci.org/willdurand/EmailReplyParser)[![Total Downloads](https://camo.githubusercontent.com/a20552c263f86e3770da7bbf61ecb89916101b5ddb9a5a986f493e10d1c7170f/68747470733a2f2f706f7365722e707567782e6f72672f77696c6c647572616e642f656d61696c2d7265706c792d7061727365722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/willdurand/email-reply-parser)[![Latest Stable Version](https://camo.githubusercontent.com/ceac63cb85ba8bfa30b40c0004c0ca20aca1fb210e95325543e88a553b8d7356/68747470733a2f2f706f7365722e707567782e6f72672f77696c6c647572616e642f656d61696c2d7265706c792d7061727365722f762f737461626c652e706e67)](https://packagist.org/packages/willdurand/email-reply-parser)[![PHP7 ready](https://camo.githubusercontent.com/1bdeb491d2b30d89ec425c42b74dba8d14431e7355c551cb5a573b46f4e0bf35/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f504850372d72656164792d677265656e2e737667)](https://camo.githubusercontent.com/1bdeb491d2b30d89ec425c42b74dba8d14431e7355c551cb5a573b46f4e0bf35/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f504850372d72656164792d677265656e2e737667)

**EmailReplyParser** is a PHP library for parsing plain text email content, based on GitHub's [email\_reply\_parser](http://github.com/github/email_reply_parser)library written in Ruby.

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

[](#installation)

The recommended way to install EmailReplyParser is through [Composer](http://getcomposer.org/):

```
composer require willdurand/email-reply-parser
```

Usage
-----

[](#usage)

Instantiate an `EmailParser` object and parse your email:

```
