altelma/habitica-api-v3

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

Maintainers

Package info

github.com/ALTELMA/habitica-api-v3

pkg:composer/altelma/habitica-api-v3

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-21 23:18:15 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.