PHPackages                             jakezatecky/work-etc-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. [HTTP &amp; Networking](/categories/http)
4. /
5. jakezatecky/work-etc-client

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

jakezatecky/work-etc-client
===========================

A thin HTTP client for WORK\[etc\]'s API.

v2.0.0(10y ago)1153MITPHPPHP &gt;=7.0

Since Aug 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jakezatecky/work-etc-client-php)[ Packagist](https://packagist.org/packages/jakezatecky/work-etc-client)[ Docs](https://github.com/jakezatecky/work-etc-client-php)[ RSS](/packages/jakezatecky-work-etc-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (6)Used By (0)

WORK\[etc\] Client for PHP
==========================

[](#worketc-client-for-php)

[![Packagist](https://camo.githubusercontent.com/92ce3960384541261d70fe88114d1e16026b5ddf3375a4618a7b8ddbf547b101/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a616b657a617465636b792f776f726b2d6574632d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jakezatecky/work-etc-client)[![Build Status](https://camo.githubusercontent.com/d784d171ead7af26577fd519296850d5763c276f704ffde7d60c67840142ef12/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a616b657a617465636b792f776f726b2d6574632d636c69656e742d7068702f6d61696e2e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://github.com/jakezatecky/work-etc-client-php/actions/workflows/main.yml)[![GitHub license](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](https://raw.githubusercontent.com/jakezatecky/work-etc-client-php/master/LICENSE.txt)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e5eee8a5d90c137e4750d172cc8ed5294a570f5f8d3ea14689796824228c979c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a616b657a617465636b792f776f726b2d6574632d636c69656e742d7068702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jakezatecky/work-etc-client-php/?branch=master)

> **Warning** – This package is no longer maintained.

**WorkEtcClient** is a thin HTTP client to the [WORK\[etc\] API](https://www.worketc.com/developers/). It handles login authentication and simple invocations of the WORK\[etc\] operations.

Installation
------------

[](#installation)

This library is only available through a Composer package. Add the following to your `composer.json`:

```
{
    "require": {
        "jakezatecky/work-etc-client": "^2.0.0"
    }
}
```

Usage
-----

[](#usage)

Usage is simple. Invoke `WorkEtcClient::connect` and pass in your organization's domain, your email, and your password. Then, call the `invoke` method and pass in the relevant [operation](http://admin.worketc.com/xml) and its required parameters as an associative array.

```
$domain   = 'yourcompany';
$email    = 'youremail@mail.com';
$password = 'yourpassword';

// Authenticate with WORK[etc] and get access to the API
$api = \WorkEtcClient\WorkEtcClient::connect($domain, $email, $password);

// Invoke an operation without any parameters
$stageGroups = $api->invoke('GetProjectStageGroups');

// Invoke an operation with parameters
$projects = $api->invoke('FindProjects', [
    'keywords' => 'Install',
]);
```

The example above is for the following WORK\[etc\] address. Replace `yourcompany`with whatever sub-domain is associated with your organization:

```
https://yourcompany.worketc.com

```

License
-------

[](#license)

MIT license.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 93.1% 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 ~38 days

Total

4

Last Release

3806d ago

Major Versions

v1.1.0 → v2.0.02015-12-08

PHP version history (3 changes)v1.0.0PHP &gt;=5.4

v1.1.0PHP &gt;=5.5

v2.0.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/50781e90d82b52759199f2363673607ccd9afdf1f977c9207ddc777b5981dc55?d=identicon)[jzatecky](/maintainers/jzatecky)

---

Top Contributors

[![jakezatecky](https://avatars.githubusercontent.com/u/3210703?v=4)](https://github.com/jakezatecky "jakezatecky (81 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (3 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (3 commits)")

---

Tags

composerhttp-clientphpapiclientWORKetc

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jakezatecky-work-etc-client/health.svg)

```
[![Health](https://phpackages.com/badges/jakezatecky-work-etc-client/health.svg)](https://phpackages.com/packages/jakezatecky-work-etc-client)
```

###  Alternatives

[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69114.3k](/packages/serpapi-google-search-results-php)[artesaos/laravel-linkedin

Linkedin API integration for Laravel and Lumen 5

5666.5k](/packages/artesaos-laravel-linkedin)[bninja/restful

Library for writing RESTful PHP clients.

1451.5k](/packages/bninja-restful)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)[jsor/hal-client

A lightweight client for consuming and manipulating Hypertext Application Language (HAL) resources.

2425.9k1](/packages/jsor-hal-client)[repat/plentymarkets-rest-client

REST Client for Plentymarkets

1510.0k](/packages/repat-plentymarkets-rest-client)

PHPackages © 2026

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