PHPackages                             cloudplaydev/camunda-rest-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. cloudplaydev/camunda-rest-client

ActiveLibrary[API Development](/categories/api)

cloudplaydev/camunda-rest-client
================================

camunda rest client

v1.2.4(3y ago)117.8k↓34.6%MITPHP

Since Dec 10Pushed 3y agoCompare

[ Source](https://github.com/CloudPlayDev/camunda-rest-client)[ Packagist](https://packagist.org/packages/cloudplaydev/camunda-rest-client)[ GitHub Sponsors](https://github.com/CloudPlayDev)[ GitHub Sponsors](https://github.com/astepin)[ RSS](/packages/cloudplaydev-camunda-rest-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (14)Used By (0)

camunda-rest-client
===================

[](#camunda-rest-client)

```
# an example to use camunda rest api to complete task

use Camunda\Entity\Request\TaskRequest;
use Camunda\Service\TaskService;

$host = 'http://localhost:8080/engine-rest';
$taskRequest = new TaskRequest();
$taskService = new TaskService($host);

$taskId = '8cd376cc-bf7f-11e7-a6e2-005056c00008';
echo $taskService->complete($taskId, $taskRequest);
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~164 days

Recently: every ~81 days

Total

12

Last Release

1279d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0009557281f65ab29ecb72848075bdea1a1766976a5333a3e778cf370c80a328?d=identicon)[astepin](/maintainers/astepin)

---

Top Contributors

[![HunterXuan](https://avatars.githubusercontent.com/u/4209116?v=4)](https://github.com/HunterXuan "HunterXuan (36 commits)")[![astepin](https://avatars.githubusercontent.com/u/297617?v=4)](https://github.com/astepin "astepin (5 commits)")[![schaepher](https://avatars.githubusercontent.com/u/14355289?v=4)](https://github.com/schaepher "schaepher (2 commits)")[![tistre](https://avatars.githubusercontent.com/u/3024544?v=4)](https://github.com/tistre "tistre (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cloudplaydev-camunda-rest-client/health.svg)

```
[![Health](https://phpackages.com/badges/cloudplaydev-camunda-rest-client/health.svg)](https://phpackages.com/packages/cloudplaydev-camunda-rest-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
