iplus26 / NumerousPHP

a numerous api php client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 100.0%