Skip to content

Commit 67bb0c6

Browse files
author
islam
committed
Add readme and contributing
1 parent 14028d9 commit 67bb0c6

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/phpstan.neon export-ignore
88
/phpunit.xml.dist export-ignore
99
/psalm.xml export-ignore
10+
/CONTRIBUTING.md export-ignore

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# How to Contribute
2+
3+
## Pull Requests
4+
5+
1. Fork the Monobank php client repository
6+
2. Create a new branch for each feature or improvement
7+
3. Send a pull request from each feature branch to the **main** branch

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
### Monobank PHP Client
1+
# Monobank PHP Client
2+
3+
<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>
4+
<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>
5+
<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>
6+
<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>
7+
8+
Monobank php client helps you to use [Monobank API](https://api.monobank.ua/docs/) easily.
9+
10+
## Installation
11+
12+
It's recommended that you use [Composer](https://getcomposer.org/) to install Monobank php client.
13+
14+
```bash
15+
$ composer require khandurdyiev/monobank-php-client:^1.0
16+
```

0 commit comments

Comments
 (0)