Download the PHP package strehle-de/camunda-client without Composer
On this page you can find all versions of the php package strehle-de/camunda-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download strehle-de/camunda-client
More information about strehle-de/camunda-client
Files in strehle-de/camunda-client
Package camunda-client
Short Description PHP client for the Camunda BPMN workflow engine https://camunda.com/products/bpmn-engine/
License MIT
Homepage https://github.com/tistre/camunda_php_client
Informations about the package camunda-client
A PHP client for the Camunda BPMN workflow engine
This is an inofficial PHP client for the Camunda BPMN workflow engine using its REST API.
Status right now: Developers only, not suitable for production use
If you’re a developer looking for a Camunda client making use of PHP 7.4’s strong typing, you might be interested, and you’re welcome to contribute.
Do not use this code in production yet – currently it’s an experimental, rudimentary implementation.
Make sure to also check out the nice endpot / camunda-rest-client and the official but dated Camunda BPM PHP SDK (or its forks, for example kmhamdi00 / camunda-bpm-php-sdk).
Installation
Use Composer to add this library your project’s composer.json file:
Quick test
Here’s how to do a quick test, starting from scratch with a new project (Docker and Camunda server required):
Install dependencies using Composer
Copy and edit the example script
$ cp vendor/strehle-de/camunda-client/UsageExample.php MyExample.php
Edit your copy.
Then run your copy
Authors
License
This library is licensed under the MIT License - see the LICENSE
file for details.
All versions of camunda-client with dependencies
ext-json Version *
guzzlehttp/guzzle Version >=6.3 <8.0
psr/log Version >=1.1