EmailParser – PHP Class for parsing emails (Miscellaneous)

EmailParser is a PHP class that provides tools to parsing emails from text or from webpages.
Also includes a build-in error/bad request handle control for easy integration on your project.

Features:

  • Parses string or text
  • Parses string arrays
  • Parses webpages content
  • Simple result methods
  • JSON & XML export formats build-in.

Integration:

  • Example Text Submit

HTML form with textarea content parsing example

The output is in JSON format, and you can change the structure. This HTML/PHP example is provided

  • Example URL Submit

HTML form with input content parsing example.
The URL is tested, downloaded and parsed.

The output is in XML format, and you can change the structure. This HTML/PHP example is provided

Download EmailParser – PHP Class for parsing emails (Miscellaneous)

Leave a Reply

Your email address will not be published. Required fields are marked *