PHPackages                             hasanalyazidi/laravel-sendables - 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. hasanalyazidi/laravel-sendables

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

hasanalyazidi/laravel-sendables
===============================

Send SMS and OTP

v3.0.1(1y ago)1124MITPHPPHP &gt;=7.1|^8.0

Since Sep 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/HasanAlyazidi/laravel-sendables)[ Packagist](https://packagist.org/packages/hasanalyazidi/laravel-sendables)[ Docs](https://github.com/HasanAlyazidi/laravel-sendables)[ RSS](/packages/hasanalyazidi-laravel-sendables/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (7)Versions (10)Used By (0)

laravel-sendables
=================

[](#laravel-sendables)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)![Travis](https://camo.githubusercontent.com/548f42e821a769ff3086ed256f682de952e3fbcb7c61d9f6eb17d1d31d3c5102/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f686173616e616c79617a6964692f6c61726176656c2d73656e6461626c65732e7376673f7374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/ca81856e00e1bdc5ecc295cf032c4c1675b24b14b4a4c4328fea5452e6c3bc4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686173616e616c79617a6964692f6c61726176656c2d73656e6461626c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hasanalyazidi/laravel-sendables)

Install
-------

[](#install)

1. Add package to your `composer.json`

```
composer require hasanalyazidi/laravel-sendables
```

2. Migrate package tables or publish migrations first then migrate

```
php artisan migrate
```

---

Publish package files
---------------------

[](#publish-package-files)

### Publish config file (Required)

[](#publish-config-file-required)

```
php artisan vendor:publish --provider="HasanAlyazidi\Sendables\Providers\SendablesServiceProvider" --tag="config"
```

---

### Publish migrations (Optional)

[](#publish-migrations-optional)

```
php artisan vendor:publish --provider="HasanAlyazidi\Sendables\Providers\SendablesServiceProvider" --tag="migrations"
```

---

### Publish language resources (Optional)

[](#publish-language-resources-optional)

#### English

[](#english)

```
php artisan vendor:publish --provider="HasanAlyazidi\Sendables\Providers\SendablesServiceProvider" --tag="resources-lang-en"
```

#### Arabic

[](#arabic)

```
php artisan vendor:publish --provider="HasanAlyazidi\Sendables\Providers\SendablesServiceProvider" --tag="resources-lang-ar"
```

#### All supported languages

[](#all-supported-languages)

```
php artisan vendor:publish --provider="HasanAlyazidi\Sendables\Providers\SendablesServiceProvider" --tag="resources-lang-all"
```

---

Usage
-----

[](#usage)

### SMS

[](#sms)

```
$sms = new SMSNotification('SMS Message', '966000000000');
$sms->send();
```

### OTP

[](#otp)

```
$otp = new OtpVerifier('966000000000');
$otp->send();
```

- WhatsApp:
    Add a message template named `otp_code`, type (`Authentication`) with your app supported languages.

---

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](/LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~133 days

Recently: every ~154 days

Total

9

Last Release

682d ago

Major Versions

v0.2.0 → v1.0.02022-12-12

v1.0.1 → v2.0.02023-03-28

v2.0.1 → v3.0.02023-11-05

PHP version history (2 changes)0.0.1PHP &gt;=7.1

v2.0.0PHP &gt;=7.1|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/06bcd351262a4202892dc97bf7c92f9aa3b726f70f6326081ca3154d2aeedca7?d=identicon)[hasanalyazidi](/maintainers/hasanalyazidi)

---

Top Contributors

[![HasanAlyazidi](https://avatars.githubusercontent.com/u/7901330?v=4)](https://github.com/HasanAlyazidi "HasanAlyazidi (9 commits)")

---

Tags

laravelotpphpsmsphplaravelotpsms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hasanalyazidi-laravel-sendables/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M887](/packages/laravel-socialite)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M601](/packages/laravel-boost)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M167](/packages/spatie-laravel-health)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M201](/packages/laravel-ai)

PHPackages © 2026

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