Skip to content

aptgraph/aptgraph-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Aptgraph

Usage is pretty simple.

// Get a instance of the API (while passing in your apikey)
$aptgraph = new Aptgraph('Bc9dsdjhJHhdsf&54s34cv49Kfasducv7');

// Add a couple of random values to this graph, then send it to Aptgraph
// Note that 8jspy is this graphs id.
$aptgraph
	->add('8jspy',rand(1,1000))
	->add('8jspy',rand(1,1000))
	->add('8jspy',rand(1,1000))
	->send();

See Aptgraph for more details

About

The php wrapper for the Aptgraph API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages