Skip to content

Commit

Permalink
add install note and version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Jun 5, 2017
1 parent 8265eb7 commit 7248181
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Genkgo/Mail - Modern PHP 7.1+ Mail Library


[![Latest Version](https://img.shields.io/github/release/genkgo/mail.svg?style=flat-square)](https://github.com/genkgo/mail/releases)
[![Build Status](https://travis-ci.org/genkgo/mail.svg)](https://travis-ci.org/genkgo/mail)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/genkgo/mail/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/genkgo/mail/)
[![Code Coverage](https://scrutinizer-ci.com/g/genkgo/mail/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/genkgo/mail/)
Expand Down Expand Up @@ -32,6 +34,12 @@ $transport = new SmtpTransport(
$transport->send($message);
```

## Install using composer

```bash
$ composer install genkgo/mail
```


## Features

Expand Down

0 comments on commit 7248181

Please sign in to comment.