Download the PHP package devoceanlt/camunda without Composer
On this page you can find all versions of the php package devoceanlt/camunda. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download devoceanlt/camunda
More information about devoceanlt/camunda
Files in devoceanlt/camunda
Package camunda
Short Description High level model, something like Eloquent, to interact with Camunda resources via REST API
License MIT
Homepage https://github.com/laravolt/camunda
Informations about the package camunda
devoceanlt/camunda
Convenience Laravel HTTP client wrapper to interact with Camunda REST API.
Installation
composer require devoceanlt/camunda
Configuration
Prepare your .env
:
Add following entries to config/services.php
:
Usage
Process Definition
Camunda API reference: https://docs.camunda.org/manual/latest/reference/rest/process-definition/
Process Instance
Camunda API reference: https://docs.camunda.org/manual/latest/reference/rest/process-instance/
Task
Camunda API reference: https://docs.camunda.org/manual/latest/reference/rest/task/
Task History (Completed Task)
Camunda API reference: https://docs.camunda.org/manual/latest/reference/rest/history/task/
Deployment
Raw Endpoint
You can utilize DevOceanLT\Camunda\CamundaClient
to call any Camunda REST endpoint.
CamundaClient::make()
is a wrapper for Laravel HTTP Client with base URL already set based on your Camunda services configuration. Take a look at the documentation for more information.
All versions of camunda with dependencies
ext-simplexml Version *
spatie/data-transfer-object Version dev-master as 3.1.1
guzzlehttp/guzzle Version ^7.2