Skip to content

ruddfawcett/Habitica.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Habitica PHP

A PHP class for the Habitica API.

API

GET

  • User status
  • User tasks
  • Task id by task name/text
  • Task information by task id

POST

  • Create New Tasks
    • type: habit | daily | todo | reward
    • text: This is an example title
    • value: 0
    • note: This is just a simple note
  • Score Tasks
    • taskId: some-task-id
    • direction: up | down
  • Update Tasks
    • taskId: some-task-id
    • text: Updated title

PUT

  • Update Tasks
    • 'text: Updated title' (required)

About

A PHP class for the Habitica API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages