PHP SDKs

There are 2 SDKs availalbe to interact with Drone :

Plugin SDK

The plugins SDK allows for easy creation of PHP based plugins.

$build = new \DronePluginSdk\Build();

Client SDK

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();