PHPackages                             pabloreyesrobles/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. pabloreyesrobles/camunda-rest-client

ActiveLibrary[API Development](/categories/api)

pabloreyesrobles/camunda-rest-client
====================================

Camunda REST Client. Modded by pabloreyesrobles

09PHP

Since Aug 22Pushed 1y agoCompare

[ Source](https://github.com/pabloreyesrobles/camunda-rest-client)[ Packagist](https://packagist.org/packages/pabloreyesrobles/camunda-rest-client)[ RSS](/packages/pabloreyesrobles-camunda-rest-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)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

15

—

LowBetter than 3% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 84.4% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16104493?v=4)[Pablo Reyes Robles](/maintainers/pabloreyesrobles)[@pabloreyesrobles](https://github.com/pabloreyesrobles)

---

Top Contributors

[![HunterXuan](https://avatars.githubusercontent.com/u/4209116?v=4)](https://github.com/HunterXuan "HunterXuan (38 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![pabloreyesrobles](https://avatars.githubusercontent.com/u/16104493?v=4)](https://github.com/pabloreyesrobles "pabloreyesrobles (2 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)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k16](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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