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 1mo 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 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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

864d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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