altelma/habitica-api-v3

PHP class provide you to access infomation from your client habitica with API V3.

dev-master 2016-12-06 03:37 UTC

This package is auto-updated.

Last update: 2024-04-21 19:02:51 UTC


README

PHP class provide you to access infomation from your client habitica with API V3.

Usage

$habitica = new Habitica('USER ID', 'API TOKEN');
$json = $habitica->get('user');
$user = json_decode($json);

Feedback

Welcome for every idea or any suggestions.