PHPackages                             guime/signal-api-wrapper - 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. guime/signal-api-wrapper

ActiveLibrary[API Development](/categories/api)

guime/signal-api-wrapper
========================

A php wrapper for the Signal rest api made by @bbernard.

1.0.0-beta(2y ago)09MITPHP

Since Jan 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Guiimee/Signal-api-wrapper)[ Packagist](https://packagist.org/packages/guime/signal-api-wrapper)[ RSS](/packages/guime-signal-api-wrapper/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Signal Rest Api PHP wrapper
===========================

[](#signal-rest-api-php-wrapper)

This is a php wrapper for the signal rest api made by [@bbernard](https://github.com/bbernhard).

To use it, you need to create a docker for the rest api. The instructions can be seen [here](https://github.com/bbernhard/signal-cli-rest-api).

Once you have a docker running, you will need its link to create the signal object. SignalObjects initates every modules at the same time with the same base url, but those modules can also be individually initialized.

### Exemple of how to use the wrapper

[](#exemple-of-how-to-use-the-wrapper)

```
$base_url = 'http://localhost:8080';

$signal = new SignalObjects($base_url);

$signal->messages->send_message($user_number, [$recipient1_number], "Test Api!");

```

To use a user number, you need to first link the docker to a Signal account (or register an account with the docker as its main device).

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

954d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14ae3a2ce09ecac8624f6a948834265a785968ca32e680e6475c18762b81895a?d=identicon)[guime](/maintainers/guime)

---

Top Contributors

[![Guiimee](https://avatars.githubusercontent.com/u/114025772?v=4)](https://github.com/Guiimee "Guiimee (12 commits)")

### Embed Badge

![Health badge](/badges/guime-signal-api-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/guime-signal-api-wrapper/health.svg)](https://phpackages.com/packages/guime-signal-api-wrapper)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.5M7](/packages/exsyst-swagger)[lucasdotvin/laravel-soulbscription

A straightforward interface to handle subscriptions and features consumption.

709209.3k](/packages/lucasdotvin-laravel-soulbscription)[pimax/fb-messenger-php

Facebook Messenger Bot PHP API

313188.5k2](/packages/pimax-fb-messenger-php)

PHPackages © 2026

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