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
Copy file name to clipboardExpand all lines: README.md
+30-41
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,18 @@
4
4
5
5
**WakaTime API for PHP**
6
6
7
-
This is a PHP package for WakaTime API. It offers all the methods from [WakaTime API](https://wakatime.com/developers) with additional methods for total hours logged.
7
+
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
8
9
-
If you are using [Laravel](http://laravel.com/) check out [WakaTime Reports and Laravel](http://mariobasic.com/wakatime-reports-and-laravel/) on my blog.
9
+
If you are using [Laravel](http://laravel.com/) check out [WakaTime Reports and Laravel](http://laravelista.com/wakatime-reports-and-laravel/).
10
10
11
-
## Planned Features
12
-
13
-
-[ ] OAuth 2.0 authentication
11
+
If you find that some resource endpoints are missing feel free to send me a PR. *(Be sure to include tests for your code)*
14
12
15
13
## Installation
16
14
17
-
Add to your `composer.json`:
18
-
19
-
```php
20
-
"mabasic/wakatime-php-api": "~1.0"
21
-
```
22
-
23
-
and run `composer update` or type this from command line:
0 commit comments