Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

nodecraft/NodeCraft-API---PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

NodeCraft-API---PHP

PHP Library for the Official NodeCraft API. This library requires PHP 5.4+.

Code Example

Please review the API Documentation for more details on specific operations and acquiring an API key.

<?php
	require_once('nodecraft-api.class.php');

	$api = new nodecraftAPI('username', 'xxxxx-xxxxx-xxxxx-xxxxx');
	$results = $api->servicesList();
?>

Documentation

About

PHP Library for the Offical NodeCraft API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages