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 2w ago

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 52% 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

2433d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/31162701?v=4)[komicho](/maintainers/komicho)[@komicho](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[guanguans/notify

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

686111.2k8](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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