PHPackages                             sentryworker/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. sentryworker/client

ActiveLibrary

sentryworker/client
===================

Client for SentryWorker service

1.0.0(9y ago)025MITPHPPHP ^5.3|^7.0

Since Feb 10Pushed 9y agoCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

### SentryWorker Client Library

[](#sentryworker-client-library)

#### Installation

[](#installation)

You can install client library by composer.

```
composer require sentryworker/client

```

Or if you have to autoload it manually you can use old style autoloader, just require one src/SentryWorker/autoload.php

```
require_once 'src/SentryWorker/autoload.php';

```

#### Working example

[](#working-example)

When order form is completed you need to close order in sentryworker service. There is a simple example that do work.

```
require_once 'vendor/autoload.php';

use SentryWorker\Client;
use SentryWorker\Exception\ClientException;

$client = new Client(array(
    'app_key' => 'APP_KEY',
    'app_secret' => 'APP_SECRET',
    'curl_opts' => array(
        'connection_timeout' => 1,
        'read_timeout' => 1,
    )
));

try {
    $trxId = $client->sendToReview('orderId');
    echo $trxId;
} catch (ClientException $e) {
    echo $e->getCode();
    echo $e->getMessage();
}
```

Don't forget to include tracker js file on your order form to complete integration.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

3381d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f0bf88540a3730d6d3a99ff1bcfb21c560d9e0207a4c79a5f371a60465e5f1b4?d=identicon)[sentryworker](/maintainers/sentryworker)

---

Top Contributors

[![sentryworker](https://avatars.githubusercontent.com/u/23711336?v=4)](https://github.com/sentryworker "sentryworker (15 commits)")

---

Tags

clientsentryworker

### Embed Badge

![Health badge](/badges/sentryworker-client/health.svg)

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

###  Alternatives

[guzzlehttp/guzzle

Guzzle is a PHP HTTP client library

23.4k991.0M31.1k](/packages/guzzlehttp-guzzle)[elasticsearch/elasticsearch

PHP Client for Elasticsearch

5.3k178.3M943](/packages/elasticsearch-elasticsearch)[php-http/httplug

HTTPlug, the HTTP client abstraction for PHP

2.6k307.6M679](/packages/php-http-httplug)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[ruflin/elastica

Elasticsearch Client

2.3k50.4M203](/packages/ruflin-elastica)

PHPackages © 2026

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