You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library can be found on [Packagist](https://packagist.org/packages/cmfcmf/openweathermap-php-api).
16
-
The recommended way to install and use this is through [Composer](http://getcomposer.org).
19
+
The recommended way to install and use it is through [Composer](http://getcomposer.org).
17
20
18
21
composer require "cmfcmf/openweathermap-php-api"
19
22
@@ -57,22 +60,28 @@ http://home.openweathermap.org/ and put it into `Examples/ApiKey.ini`.
57
60
-`WeatherHistory.php` Shows how to receive weather history.
58
61
-`Cache.php` Shows how to implement and use a cache.
59
62
60
-
Contribute!
61
-
===========
63
+
Contributing
64
+
============
62
65
I'm happy about every **pull request** or **issue** you find and open to help
63
-
making this API **more awesome**.
66
+
make this API **more awesome**.
64
67
65
68
You can use [Vagrant](https://vagrantup.com) to kick-start your development.
66
-
Simply run `vagrant up` and `vagrant ssh` to start a PHP VM.
69
+
Simply run `vagrant up` and `vagrant ssh` to start a PHP VM with all
70
+
dependencies included.
71
+
72
+
## Support me
73
+
74
+
If you like my work, I'd really appreciate you buying me a coffee.
75
+
Your donations help me put more time into Open-Source software development.
76
+
77
+
<ahref='https://ko-fi.com/cmfcmf'target='_blank'><imgheight='36'style='border:0px;height:36px;'src='https://az743702.vo.msecnd.net/cdn/kofi1.png?v=0'border='0'alt='Buy Me a Coffee at ko-fi.com' /></a>
67
78
68
79
License
69
80
=======
70
81
MIT — Please see the [LICENSE file](https://github.com/Cmfcmf/OpenWeatherMap-PHP-Api/blob/master/LICENSE)
71
82
distributed with this source code for further information regarding copyright and licensing.
72
83
73
84
**Please check out the following official links to read about the terms, pricing
74
-
and license of OpenWeatherMap before using the service.**
75
-
-[OpenWeatherMap.org](http://OpenWeatherMap.org)
85
+
and license of OpenWeatherMap before using the service:**
0 commit comments