File tree 3 files changed +24
-1
lines changed
3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 7
7
/phpstan.neon export-ignore
8
8
/phpunit.xml.dist export-ignore
9
9
/psalm.xml export-ignore
10
+ /CONTRIBUTING.md export-ignore
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 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
+ ```
You can’t perform that action at this time.
0 commit comments