PHPackages                             pixelvide/laravel-sms-gateway - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pixelvide/laravel-sms-gateway

ActivePackage[Utility &amp; Helpers](/categories/utility)

pixelvide/laravel-sms-gateway
=============================

Pixelvide SMS Gateway

2.0.0(2y ago)013.4k↑15%1GPL-3.0-or-laterPHPPHP ^7.3|^8.0

Since Feb 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pixelvide/laravel-sms-gateway)[ Packagist](https://packagist.org/packages/pixelvide/laravel-sms-gateway)[ RSS](/packages/pixelvide-laravel-sms-gateway/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (11)Used By (0)

Pixelvide SMS Gateway
---------------------

[](#pixelvide-sms-gateway)

This package allows us to send sms to SMS Gateway which will process and send message using sms service providers.

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

[](#installation)

requires this package with composer:

```
composer require pixelvide/laravel-sms-gateway
```

Add following keys in .env file

keyvalueSMS\_GATEWAY\_ENDPOINTsms gateway urlAfter installing SMS Gateway, you can use it to send sms.

1. Using SMS Gateway.

```
$sms = new \Pixelvide\SMSGateway\SMS();
$sms->setTemplateId('01234567890');
$sms->addRecipient('1234567890');
$sms->addSubstitute('var1', 'Team'); # Optional

$smsGw = new \Pixelvide\SMSGateway\SMSGateway();
$smsGw->send($sms)
```

```
$sms = new \Pixelvide\SMSGateway\SMS();
$sms
  ->setTemplateId('01234567890')
  ->addRecipient('1234567890');

$smsGw = new \Pixelvide\SMSGateway\SMSGateway();
$smsGw->send($sms)
```

Send SMS to multiple recipient.

```
$sms = new \Pixelvide\SMSGateway\SMS();
$sms
  ->setTemplateId('01234567890')
  ->addRecipient('1234567890')
  ->addRecipient('2345678901');

$smsGw = new \Pixelvide\SMSGateway\SMSGateway();
$smsGw->send($sms)
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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 ~67 days

Recently: every ~113 days

Total

9

Last Release

1019d ago

Major Versions

0.1.2 → 1.1.12022-02-14

0.1.3 → 1.1.22022-05-07

0.2.1 → 1.2.02022-08-10

1.2.0 → 2.0.02023-08-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/86c7c74c5d583650bcc68f91afba7bb86b219493b598d03cecf538c3f6b4be77?d=identicon)[ngoyal16](/maintainers/ngoyal16)

---

Top Contributors

[![ngoyal16](https://avatars.githubusercontent.com/u/10145666?v=4)](https://github.com/ngoyal16 "ngoyal16 (19 commits)")[![prakashPixelvide](https://avatars.githubusercontent.com/u/116717615?v=4)](https://github.com/prakashPixelvide "prakashPixelvide (1 commits)")

### Embed Badge

![Health badge](/badges/pixelvide-laravel-sms-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/pixelvide-laravel-sms-gateway/health.svg)](https://phpackages.com/packages/pixelvide-laravel-sms-gateway)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4205.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)[prism-php/bedrock

A provider for Prism adding support for AWS Bedrock.

35116.8k1](/packages/prism-php-bedrock)

PHPackages © 2026

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