diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..ed17af6 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "JKetelaar", + "name": "Jeroen Ketelaar", + "avatar_url": "https://avatars0.githubusercontent.com/u/3681904?v=4", + "profile": "http://jketelaar.nl/", + "contributions": [ + "maintenance", + "review" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "PHP-Kiyoh-API", + "projectOwner": "JKetelaar", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 28e6430..1f6932a 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)): + + + + + + + + +

Jeroen Ketelaar

🚧 👀
+ + + + + +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