PHPackages                             cloudwal/laravel-infobip-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. cloudwal/laravel-infobip-sms

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

cloudwal/laravel-infobip-sms
============================

Sends SMS messages through the InfoBip V3 Api

v1.13(1y ago)074[2 PRs](https://github.com/cloudwales/laravel-infobip-sms/pulls)MITPHPPHP ^8.2CI passing

Since May 30Pushed 1w ago1 watchersCompare

[ Source](https://github.com/cloudwales/laravel-infobip-sms)[ Packagist](https://packagist.org/packages/cloudwal/laravel-infobip-sms)[ Docs](https://github.com/cloudwal/laravel-infobip-sms)[ GitHub Sponsors](https://github.com/CloudWales)[ RSS](/packages/cloudwal-laravel-infobip-sms/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (3)Dependencies (8)Versions (23)Used By (0)

Sends SMS messages through the InfoBip V3 API
=============================================

[](#sends-sms-messages-through-the-infobip-v3-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0b1bee055603242819482554e0c15843ed54f212d1400dffd2f2ab2fe5a3e01d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c6f756477616c2f6c61726176656c2d696e666f6269702d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cloudwal/laravel-infobip-sms)[![run-tests](https://github.com/cloudwales/laravel-infobit-sms/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/cloudwales/laravel-infobip-sms/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/20825986fb29fe4e8fed745363ce06daea40306ed7d666dd47c1933b5a8f6af9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c6f756477616c2f6c61726176656c2d696e666f6269702d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cloudwal/laravel-infobip-sms)

This is a very simple package to send sms messages through the InfoBip API.

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

[](#installation)

You can install the package via composer:

```
composer require cloudwal/laravel-infobip-sms
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-infobip-sms-config"
```

This is the contents of the published config file:

```
return [
   'debug' => env('INFOBIP_DEBUG', true),
    'sender' => env('INFOBIP_SENDER', 'Laravel'),
    'from' => env('INFOBIP_FROM_NUMBER', '0123456789'),
    'username' => env('INFOBIP_USERNAME', 'user'),
    'password' => env('INFOBIP_PASSWORD', '123456'),
    'host' => env('INFOBIP_HOST', 'https://test.api.infobip.com'),
];
```

Usage
-----

[](#usage)

```
use CloudWales\LaravelInfobitSms\LaravelInfobipSms;

$response = new LaravelInfobipSms();

// Send an SMS
return $response->sendSms(['0123456789', '12345678901'], 'Test SMS message');

// Send WhatsApp Message
return $response->sendWhatsApp('0123456789', 'Test WhatsApp message');

// Get the delivery report of the message
return $response->getMessageReport($response['bulkId']);
```

Testing
-------

[](#testing)

```
composer test
```

Upcoming
--------

[](#upcoming)

Changelog
---------

[](#changelog)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Cloud Wales](https://www.cloud-wales.co.uk)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance70

Regular maintenance activity

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 79.5% 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 ~9 days

Recently: every ~36 days

Total

18

Last Release

619d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4357065?v=4)[skoobi](/maintainers/skoobi)[@skoobi](https://github.com/skoobi)

---

Top Contributors

[![cloudwales](https://avatars.githubusercontent.com/u/5739133?v=4)](https://github.com/cloudwales "cloudwales (35 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

laravelCloudWaleslaravel-infobit-sms

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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