From c86e9ad08116b37c1ccba8e31688886b73a0c90b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 08:01:24 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 28e6430..89604da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # A PHP Kiyoh API + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![Build Status](https://travis-ci.com/JKetelaar/PHP-Kiyoh-API.svg?branch=master)](https://travis-ci.com/JKetelaar/PHP-Kiyoh-API) ## How to install? @@ -41,3 +44,22 @@ var_dump($kiyoh->getCompany()); var_dump($kiyoh->getCompany()->getReviews()[0]); ``` ![KiyOh Company PHP Dump](docs/review_dump.png) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Menno van den Ende

💻 🤔
+ + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 91e2e19f10e392766f3d707d39a3631f830983e3 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 08:01:25 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..a191652 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "menno-ll", + "name": "Menno van den Ende", + "avatar_url": "https://avatars0.githubusercontent.com/u/50165380?v=4", + "profile": "https://github.com/menno-ll", + "contributions": [ + "code", + "ideas" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "PHP-Kiyoh-API", + "projectOwner": "JKetelaar", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}