There are 2 SDKs availalbe to interact with Drone :
The plugins SDK allows for easy creation of PHP based plugins.
$build = new \DronePluginSdk\Build();
The client SDK allows for interactions with Drone server.
The client SDK is currently unstested an a work in progress
$api_instance = new DroneClient\Api\BuildsApi();