Skip to content

Commit

Permalink
Merge pull request #2 from khandurdyiev/improvements
Browse files Browse the repository at this point in the history
Add readme and contributing
  • Loading branch information
Islam authored Feb 28, 2021
2 parents 14028d9 + 67bb0c6 commit 862abca
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/CONTRIBUTING.md export-ignore
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to Contribute

## Pull Requests

1. Fork the Monobank php client repository
2. Create a new branch for each feature or improvement
3. Send a pull request from each feature branch to the **main** branch
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
### Monobank PHP Client
# Monobank PHP Client

<a href="https://packagist.org/packages/khandurdyiev/monobank-php-client"><img src="https://img.shields.io/packagist/dt/khandurdyiev/monobank-php-client" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/khandurdyiev/monobank-php-client"><img src="https://img.shields.io/packagist/v/khandurdyiev/monobank-php-client" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/khandurdyiev/monobank-php-client"><img src="https://img.shields.io/packagist/l/khandurdyiev/monobank-php-client" alt="License"></a>
<a href="https://packagist.org/packages/khandurdyiev/monobank-php-client"><img src="https://img.shields.io/packagist/php-v/khandurdyiev/monobank-php-client" alt="PHP Version"></a>

Monobank php client helps you to use [Monobank API](https://api.monobank.ua/docs/) easily.

## Installation

It's recommended that you use [Composer](https://getcomposer.org/) to install Monobank php client.

```bash
$ composer require khandurdyiev/monobank-php-client:^1.0
```

0 comments on commit 862abca

Please sign in to comment.