API reference
Technical Preview
The PHP SDK is a technical preview. Its API surface may still evolve and changes may not follow semantic versioning. Pin an exact version if you need stability.
The SDK exposes 243 operations across 41 API groups. Every operation is available directly on the client (the flat facade) and through the typed api() accessor:
$client = CamundaClient::fromEnvironment();
// Flat facade — every operation is a method on the client:
$topology = $client->getTopology();
// Or via the typed API-group accessor:
$jobs = $client->api(\Camunda\Orchestration\Api\Api\JobApi::class);