Skip to content

Commit

Permalink
Update composer name, add README
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Nov 23, 2015
1 parent f8fcc4d commit e5a3210
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
Library to read mail messages - COMING SOON
# zbateson/mail-mime-parser

Standalone, testable and PSR-compliant mail mime parser alternative to PHP's
imap* functions and pear libraries.

The goals of this project are to be:

* Well written
* Standards-compliant but forgiving
* Includable via composer
* Tested where possible

To include it for use in your project, please install via composer:

```
composer require zbateson/mail-mime-parser
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "zbateson/mailmimeparser",
"name": "zbateson/mail-mime-parser",
"description": "PSR-2 compliant mime mail parser",
"keywords": ["mail", "mime", "parser"],
"homepage": "https://github.com/zbateson/MailMimeParser",
Expand Down

0 comments on commit e5a3210

Please sign in to comment.