PHPackages                             foxlaby/smslaby-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. foxlaby/smslaby-client

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

foxlaby/smslaby-client
======================

You can send sms through a our server using your sender id encryption key.

v1.1(6y ago)2154MITPHP

Since Oct 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/FoxLaby/smslaby-php-client)[ Packagist](https://packagist.org/packages/foxlaby/smslaby-client)[ RSS](/packages/foxlaby-smslaby-client/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

foxlaby/smslaby-php-client
==========================

[](#foxlabysmslaby-php-client)

You can send sms through a our server using your sender id by encryption key.

Install via composer
--------------------

[](#install-via-composer)

```
$ composer require foxlaby/smslaby-client
```

Use
---

[](#use)

```
use FoxLaby\SMSLaby\Send;

$sms = Send::init('')
    ->lang('ar')
    ->to('01×××××××××')
    // ->sandbox(true)
    ->message('body');
```

Use in laravel
--------------

[](#use-in-laravel)

```
$sms = smslaby()
    ->lang('ar')
    ->to('01×××××××××')
    // ->sandbox(true)
    ->message('body');
```

### Hash Key:-

[](#hash-key-)

Add a value you choose but you must add this value in a .env file

```
SMSLABY_HASH_KEY=

```

### Methods:-

[](#methods-)

- lang: Add lang alpha-2 (ar|en).
- to: Add the recipient number.
- sandbox: For trial only, in this case the message will not be sent to the recipient but to our dashboard.
- message: Message content.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~8 days

Total

2

Last Release

2381d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

smslaby

### Embed Badge

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

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

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)

PHPackages © 2026

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