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

ActiveLibrary

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 1mo 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 1mo ago

READMEChangelog (3)Dependencies (8)Versions (21)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

40

—

FairBetter than 88% of packages

Maintenance67

Regular maintenance activity

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

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

566d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9eec4b84a2ab8b9dea8ee935735c79995b992322be5bd366179b3c260118405e?d=identicon)[skoobi](/maintainers/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

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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