PHPackages                             fastd/signaller - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fastd/signaller

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fastd/signaller
===============

119PHP

Since Nov 5Pushed 7y ago2 watchersCompare

[ Source](https://github.com/fastdlabs/signaller)[ Packagist](https://packagist.org/packages/fastd/signaller)[ RSS](/packages/fastd-signaller/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

signaller
=========

[](#signaller)

example
-------

[](#example)

```
require __DIR__ . '/vendor/autoload.php';

use FastD\Signaller\Sentinel;
use FastD\Signaller\Service;

// usage

$sdk = signaller()->invoke('demo', 'demo', $parameter, [
    'headers' => [

    ],
    'body' => '以后'
]);

// $options see guzzle request $options
$sdk->asyncRequest('demo', 'demo', $parameter, $options);

$responses = $sdk->send();

foreach ($responses as $response) {
    var_dump($response->isSuccessful());
    var_dump($response->getBody());
}

// Also you can use the simpleInvoke method, It will return the response immediately

$response  = signaller()->simpleInvoke('demo', 'demo', $parameter, [
    'headers' => [

    ],
    'body' => '我们以后'
]);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/94c2bc821caf23977e1c3deea85e3cbc9a73a632e1afaf778638f7fe9da1c42b?d=identicon)[JanHuang](/maintainers/JanHuang)

---

Top Contributors

[![JanHuang](https://avatars.githubusercontent.com/u/7090871?v=4)](https://github.com/JanHuang "JanHuang (6 commits)")

### Embed Badge

![Health badge](/badges/fastd-signaller/health.svg)

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

###  Alternatives

[astrotomic/laravel-vcard

A fluent builder class for vCard files.

5330.0k](/packages/astrotomic-laravel-vcard)[digital-creative/icon-action-toolbar

Allows you to update a single column of a resource all at once.

2626.0k](/packages/digital-creative-icon-action-toolbar)[trive/module-revo

A Magento 2 module for managing product carousel

103.7k](/packages/trive-module-revo)

PHPackages © 2026

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