PHPackages                             marklestermorta/semaphoreapi-laravel - 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. marklestermorta/semaphoreapi-laravel

ActiveLibrary

marklestermorta/semaphoreapi-laravel
====================================

Laravel wrapper for the Semaphore SMS Api

117PHP

Since Jul 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/MarkLester10/Semaphore-API-Laravel-Wrapper)[ Packagist](https://packagist.org/packages/marklestermorta/semaphoreapi-laravel)[ RSS](/packages/marklestermorta-semaphoreapi-laravel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

SEMAPHORE SMS API
=================

[](#semaphore-sms-api)

A Laravel wrapper for SEMAPHORE SMS API

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

[](#installation)

Require package

```
  composer require marklestermorta/semaphoreapi-laravel
```

Publish Configuration file

```
  php artisan vendor:publish --provider="MarkLesterMorta\Semaphore\SemaphoreApiServiceProvider"
```

Add ENV variables

```
  SEMAPHORE_API_KEY=
  SEMAPHORE_SENDER_NAME=
```

Usage/Examples
--------------

[](#usageexamples)

### Send SMS

[](#send-sms)

```
  return SemaphoreApi::send('09*********', "Your Message");
```

### After each HTTP POST request, you will receive a JSON response containing the following parameters for each message:

[](#after-each-http-post-request-you-will-receive-a-json-response-containing-the-following-parameters-for-each-message)

[SEMAPHORE API Documentation](https://semaphore.co/docs)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

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/6b06643c6592ec336313c6938274139a19db902454d7564457bec2366c0487b5?d=identicon)[marklester](/maintainers/marklester)

---

Top Contributors

[![MarkLester10](https://avatars.githubusercontent.com/u/42936075?v=4)](https://github.com/MarkLester10 "MarkLester10 (3 commits)")

### Embed Badge

![Health badge](/badges/marklestermorta-semaphoreapi-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/marklestermorta-semaphoreapi-laravel/health.svg)](https://phpackages.com/packages/marklestermorta-semaphoreapi-laravel)
```

PHPackages © 2026

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