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
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
[](https://www.patreon.com/laravelista)
6
+
7
+
## Overview
6
8
7
9
This is a PHP package for WakaTime API. It supports resource endpoints from [WakaTime API](https://wakatime.com/developers) with additional helper methods for hours logged.
8
10
9
-
If you are using [Laravel](http://laravel.com/) check out [WakaTime Reports and Laravel](http://laravelista.com/posts/wakatime-reports-and-laravel/).
11
+
~~If you are using [Laravel](http://laravel.com/) check out [WakaTime Reports and Laravel](http://laravelista.com/posts/wakatime-reports-and-laravel/)~~.
10
12
11
13
If you find that some resource endpoints are missing feel free to send me a PR. *(Be sure to include tests for your code)*
12
14
@@ -171,3 +173,19 @@ Copy `.env.example` file to `.env` and set your api key and project name before
171
173
```
172
174
vendor/bin/phpunit
173
175
```
176
+
177
+
## Laravelista Sponsors & Backers
178
+
179
+
I would like to extend my thanks to the following sponsors & backers for funding my open-source journey. If you are interested in becoming a sponsor or backer, please visit the Laravelista [Backers page](https://laravelista.hr/backers).
180
+
181
+
## Contributing
182
+
183
+
Thank you for considering contributing to WakaTime PHP API! The contribution guide can be found on the [Laravelista website](https://laravelista.hr/contributing).
184
+
185
+
## Code of Conduct
186
+
187
+
In order to ensure that the Laravelista community is welcoming to all, please review and abide by the [Code of Conduct](https://laravelista.hr/code-of-conduct).
188
+
189
+
## License
190
+
191
+
WakaTime PHP API is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
0 commit comments