For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Deploying resources

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.

function readme_deploy_resources(): void
{
$client = CamundaClient::fromEnvironment();

$result = $client->deployResourcesFromFiles('order-process.bpmn', 'pricing.dmn');
// $result is a DeploymentResult (or ProblemDetail on a handled error).
}