PHPackages                             berzel/laravel-sms - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. berzel/laravel-sms

ActiveLibrary[HTTP &amp; Networking](/categories/http)

berzel/laravel-sms
==================

Unified API for sending SMS using Laravel

030PHP

Since Sep 17Pushed 4y ago1 watchersCompare

[ Source](https://github.com/berzzy/laravel-sms)[ Packagist](https://packagist.org/packages/berzel/laravel-sms)[ RSS](/packages/berzel-laravel-sms/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Unified API for sending SMS using Laravel
=========================================

[](#unified-api-for-sending-sms-using-laravel)

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

[](#installation)

You can install the package via composer:

```
composer require berzel/laravel-sms
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Berzel\Sms\SmsServiceProvider" --tag="laravel-sms-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Berzel\Sms\SmsServiceProvider" --tag="laravel-sms-config"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$laravel-sms = new Berzel\Sms();
echo $laravel-sms->echoPhrase('Hello, Berzel!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Berzel Best](https://github.com/berzel)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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/bd035ab109095866199a55b2c756f699afea8a5b674aa50e027ac7c8f2a24763?d=identicon)[Berzel](/maintainers/Berzel)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M89](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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