{"id":42403846,"url":"https://github.com/endpot/camunda-rest-client","last_synced_at":"2026-01-28T01:28:31.668Z","repository":{"id":37587954,"uuid":"107781916","full_name":"endpot/camunda-rest-client","owner":"endpot","description":"Restful client of Camunda written in PHP","archived":false,"fork":false,"pushed_at":"2023-04-19T21:14:40.000Z","size":98,"stargazers_count":19,"open_issues_count":6,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-10T15:45:26.245Z","etag":null,"topics":["camunda","php","rest","workflow","workflow-engine"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/endpot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-21T13:23:52.000Z","updated_at":"2025-04-12T16:50:55.000Z","dependencies_parsed_at":"2022-08-25T15:51:39.180Z","dependency_job_id":null,"html_url":"https://github.com/endpot/camunda-rest-client","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/endpot/camunda-rest-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpot%2Fcamunda-rest-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpot%2Fcamunda-rest-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpot%2Fcamunda-rest-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpot%2Fcamunda-rest-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/endpot","download_url":"https://codeload.github.com/endpot/camunda-rest-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/endpot%2Fcamunda-rest-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camunda","php","rest","workflow","workflow-engine"],"created_at":"2026-01-28T01:28:31.072Z","updated_at":"2026-01-28T01:28:31.662Z","avatar_url":"https://github.com/endpot.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# camunda-rest-client\n\n```php\n# an example to use camunda rest api to complete task\n\nuse Camunda\\Entity\\Request\\TaskRequest;\nuse Camunda\\Service\\TaskService;\n\n$host = 'http://localhost:8080/engine-rest';\n$taskRequest = new TaskRequest();\n$taskService = new TaskService($host);\n\n$taskId = '8cd376cc-bf7f-11e7-a6e2-005056c00008';\necho $taskService-\u003ecomplete($taskId, $taskRequest);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendpot%2Fcamunda-rest-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendpot%2Fcamunda-rest-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendpot%2Fcamunda-rest-client/lists"}