Skip to content

iplus26/NumerousPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Overview

This is a Numerous API client, in PHP. You can retrieve and update data of Numerous, and do more interesting things with the Numerous app, using the API.

Numerous is a mobile personal dashboard that allows you to follow and share the most important numbers in your life. The Numerous app is powered by the Numerous API.

Example

	<?php

	require_once "Numerous.php";
	
	$numerous = new Numerous("###your api key here###");
	
	$self = $numerous->get_user_self_info();
	
	$metrics =  $numerous->list_user_metrics("me")->metrics;`

Todo

The client is not complete, lacking Events, Interactions, Users, and Stream methods.

I will finish it as soon as possible.

Also feel free to help me with that.

License

Based on code by Gerwert Stevens, licensed under MIT license.

About

a numerous api php client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages