PHPackages                             schemeza/smsportal-laravel - 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. schemeza/smsportal-laravel

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

schemeza/smsportal-laravel
==========================

Integration package for SMSPortal into Laravel.

1.0.5(1y ago)31181MITPHPPHP ^7.3 || ^8.0 || ^8.1 || ^8.2

Since Apr 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/scheMeZa/smsportal-laravel)[ Packagist](https://packagist.org/packages/schemeza/smsportal-laravel)[ Docs](https://github.com/schemeza/smsportal-laravel)[ RSS](/packages/schemeza-smsportal-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (3)Versions (7)Used By (0)

SMSPortal Laravel Package
=========================

[](#smsportal-laravel-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f0e4f149b664eed65ea268501468bb446f6edfcbe2278669648100fc26304cbb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736368656d657a612f736d73706f7274616c2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/schemeza/smsportal-laravel)[![Build Status](https://camo.githubusercontent.com/5810884d7a002c37c2d4095a2c1219edad4a56cb1a7ad2ea5c158b24a7830a0e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736368656d657a612f736d73706f7274616c2d6c61726176656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/schemeza/smsportal-laravel)[![Quality Score](https://camo.githubusercontent.com/1af0e3c8b274e3f0f226b6f9a88450e606f813b5999a20255b18033d0db8df1b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f736368656d657a612f736d73706f7274616c2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/schemeza/smsportal-laravel)[![Total Downloads](https://camo.githubusercontent.com/e62290eaebe9e04738ff20b3a5eb0ea4aabd2a944223eca47ec3ebbfde3a9ed7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736368656d657a612f736d73706f7274616c2d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/schemeza/smsportal-laravel)

Third party package created to consume the SMSPortal RESTful API to send SMS's to phone numbers.

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

[](#installation)

You can install the package via composer:

```
composer require schemeza/smsportal-laravel
```

Set these `.env` variables:

```
SMSPORTAL_BASE_URL=https://rest.smsportal.com/v1
SMSPORTAL_CLIENT_ID=
SMSPORTAL_SECRET=
```

You can find your client id &amp; secret in your [SMSPortal control panel](https://cp.smsportal.com/app/#/login).

Usage
-----

[](#usage)

```
SMSPortal::sendMessage('0112223333', 'Hello world!');
```

### Changelog

[](#changelog)

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

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.

Credits
-------

[](#credits)

- [Jadon Brown](https://github.com/schemeza)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity73

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

Recently: every ~356 days

Total

6

Last Release

606d ago

PHP version history (3 changes)1.0.0PHP ^7.3

1.0.2PHP ^7.3 || ^8.0

1.0.4PHP ^7.3 || ^8.0 || ^8.1 || ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/80b9a742449d622c6a53d41325cce3187c8a39cbae6ad05da44a7db8f2a6799b?d=identicon)[scheMeZa](/maintainers/scheMeZa)

---

Top Contributors

[![jadonbrownza](https://avatars.githubusercontent.com/u/7773361?v=4)](https://github.com/jadonbrownza "jadonbrownza (7 commits)")

---

Tags

laravelsmsportalsmsportalsmsportal-laravelschemeza

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/schemeza-smsportal-laravel/health.svg)

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

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[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/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)[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)[illuminate/mail

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)

PHPackages © 2026

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