S0N-0F-A-S0N / NodeCraft-API---PHP

PHP Library for the Offical NodeCraft API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeCraft-API---PHP

PHP Library for the Official NodeCraft API.

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.

License:MIT License


Languages

Language:PHP 100.0%