Skip to content

Commit

Permalink
Add composer installation snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-gerarts authored Oct 8, 2017
1 parent 8627291 commit 461ec4f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Transfers data from one object to another, allowing custom mapping operations.
* [Roadmap](#roadmap)

## Installation
This is an alpha release, missing a lot of functionality and bound to be
refactored. The package will be made available on Packagist once the initial
roadmap is completed ([see below](#roadmap)).
This library is available via composer:

```bash
$ composer require "mark-gerarts/auto-mapper-plus"
```

## Why?
When you need to transfer data from one object to another, you'll have to write
Expand Down

0 comments on commit 461ec4f

Please sign in to comment.