Skip to content

Commit

Permalink
Added installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sebwalk authored Mar 1, 2018
1 parent 8210d81 commit a774d09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ You can use statement to
- Guess column mappings
- Match domain objects with transaction descriptions (e.g. for payment processing)

## Installation
```
composer require sebastianwalker/statement
```

## Transactions
```php
// Transaction ($amount, $description, $payer, $iban, $date)
Expand Down

0 comments on commit a774d09

Please sign in to comment.