Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 335d158

Browse files
committed
Updates readme. Updates license. Adds funding.
1 parent 0239aa4 commit 335d158

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

.github/FUNDING.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
patreon: laravelista

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2016 Mario Basic
3+
Copyright (c) 2014-2019 Mario Basic
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# WakaTime PHP API
22

3-
[![Build Status](https://travis-ci.org/mabasic/wakatime-php-api.svg)](https://travis-ci.org/mabasic/wakatime-php-api) [![Latest Stable Version](https://poser.pugx.org/mabasic/wakatime-php-api/v/stable.svg)](https://packagist.org/packages/mabasic/wakatime-php-api) [![Total Downloads](https://poser.pugx.org/mabasic/wakatime-php-api/downloads.svg)](https://packagist.org/packages/mabasic/wakatime-php-api) [![Latest Unstable Version](https://poser.pugx.org/mabasic/wakatime-php-api/v/unstable.svg)](https://packagist.org/packages/mabasic/wakatime-php-api) [![License](https://poser.pugx.org/mabasic/wakatime-php-api/license.svg)](https://packagist.org/packages/mabasic/wakatime-php-api)
3+
WakaTime API for PHP
44

5-
**WakaTime API for PHP**
5+
[![Become a Patron](https://img.shields.io/badge/Become%20a-Patron-f96854.svg?style=for-the-badge)](https://www.patreon.com/laravelista)
6+
7+
## Overview
68

79
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.
810

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/)~~.
1012

1113
If you find that some resource endpoints are missing feel free to send me a PR. *(Be sure to include tests for your code)*
1214

@@ -171,3 +173,19 @@ Copy `.env.example` file to `.env` and set your api key and project name before
171173
```
172174
vendor/bin/phpunit
173175
```
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

Comments
 (0)