PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   MIME mail parser   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MIME mail parser
Parse and extract contents of MIME email message
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 603 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/mime-mail-parser", "type": "library", "description": "Lightweight parser of MIME and non-MIME mails.", "homepage": "https://github.com/peterkahl/MIME-mail-parser", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "email": "peter.kahl@colossalmind.com", "homepage": "https://www.colossalmind.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "peterkahl\\MIMEmailParser\\": "src/" } } }