PHP Library for the Official NodeCraft API. This library requires PHP 5.4+.
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();
?>