PHPackages                             vemcogroup/laravel-smsapi - 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. vemcogroup/laravel-smsapi

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

vemcogroup/laravel-smsapi
=========================

Laravel implementation to easy sent sms via SMSAPI

3.0(4y ago)35.3k4[2 PRs](https://github.com/vemcogroup/laravel-smsapi/pulls)MITPHPPHP ^8.0

Since Apr 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/vemcogroup/laravel-smsapi)[ Packagist](https://packagist.org/packages/vemcogroup/laravel-smsapi)[ Docs](https://github.com/vemcogroup/laravel-smsapi)[ RSS](/packages/vemcogroup-laravel-smsapi/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (2)Versions (11)Used By (0)

Laravel SmsApi
==============

[](#laravel-smsapi)

[![Latest Version on Packagist](https://camo.githubusercontent.com/19e80683c222d82579fd51b8aa8a2c01cba209cbd71429ba5edc84e43ca4398b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76656d636f67726f75702f6c61726176656c2d736d736170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vemcogroup/laravel-smsapi)[![Total Downloads](https://camo.githubusercontent.com/d335ac9f407ee5c9528a8ddd705f8766cb9fa4b3f93c2c4b69acb52fbc0db6d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76656d636f67726f75702f6c61726176656c2d736d736170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vemcogroup/laravel-smsapi)

Description
-----------

[](#description)

This package allows you to quickly send SMS in Laravel via the SMSAPI service.

This is first version and only support to send SMS.

Further versions will support more of SMSAPI features.

Remember to register an account at [SMSAPI](https://www.smsapi.com/en/signup) before using this package.

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

[](#installation)

You can install the package via composer:

```
composer require vemcogroup/laravel-smsapi
```

The package will automatically register its service provider.

To publish the config file to `config/translation.php` run:

```
php artisan vendor:publish --provider="Vemcogroup\SmsApi\SmsApiServiceProvider"
```

This is the default contents of the configuration:

```
return [

    /*
        |--------------------------------------------------------------------------
        | Token
        |--------------------------------------------------------------------------
        |
        | Here you define your API TOKEN for smsapi
        |
        | More info: https://www.smsapi.com/docs/#authentication
        |
        */

        'token' => env('SMSAPI_TOKEN'),
];
```

Usage
-----

[](#usage)

You are now able to send sms with this code

```
use Vemcogroup\SmsApi\SmsApi;

SmsApi::send($to, $from, $message);
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~74 days

Recently: every ~131 days

Total

10

Last Release

1548d ago

Major Versions

1.0.4 → 2.0.02020-09-09

2.0.3 → 3.02022-02-17

PHP version history (4 changes)1.0.0PHP ^7.2

2.0.0PHP ^7.3

2.0.2PHP ^7.3|^8.0

3.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38252305?v=4)[Vemco Group A/S](/maintainers/vemcogroup)[@vemcogroup](https://github.com/vemcogroup)

---

Top Contributors

[![danijelk](https://avatars.githubusercontent.com/u/580753?v=4)](https://github.com/danijelk "danijelk (3 commits)")[![makije](https://avatars.githubusercontent.com/u/1318142?v=4)](https://github.com/makije "makije (1 commits)")

---

Tags

laravelsmssmsapi

### Embed Badge

![Health badge](/badges/vemcogroup-laravel-smsapi/health.svg)

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

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[matthewbdaly/laravel-sms

A Laravel and Lumen integration for matthewbdaly/sms-client to enable sending SMS messages

3529.8k](/packages/matthewbdaly-laravel-sms)[juanparati/brevosuite

Complete Brevo integration with Laravel

1010.8k](/packages/juanparati-brevosuite)

PHPackages © 2026

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