altelma/habitica-api-v3

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

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/altelma/habitica-api-v3

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

This package is auto-updated.

Last update: 2025-09-21 22:25:17 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.