PHPackages                             pnlinh/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. [API Development](/categories/api)
4. /
5. pnlinh/laravel-infobip-sms

ActiveLibrary[API Development](/categories/api)

pnlinh/laravel-infobip-sms
==========================

Infobip Sms Service in Laravel

v1.0.4(4y ago)971.0k↓42.4%6MITPHPPHP ^7.1|^7.3|^8.0

Since Nov 2Pushed 3y agoCompare

[ Source](https://github.com/pnlinh/laravel-infobip-sms)[ Packagist](https://packagist.org/packages/pnlinh/laravel-infobip-sms)[ RSS](/packages/pnlinh-laravel-infobip-sms/feed)WikiDiscussions master Synced 1mo ago

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

Send Sms use Infobip in Laravel
===============================

[](#send-sms-use-infobip-in-laravel)

[![StyleCI](https://camo.githubusercontent.com/2cf403088ba5859a61b97f9448fd938ac26745bd09166ee076db7d6cf1ae6426/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3135353832393739362f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/155829796)[![Quality Score](https://camo.githubusercontent.com/d66ac77f1cc11332c37f281f8ff69206811a8f77291fe58af798a3b70297860b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f706e6c696e682f6c61726176656c2d696e666f6269702d736d732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/pnlinh/laravel-infobip-sms/)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1
- Laravel &gt;= 5.5.\*

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

[](#installation)

Require this package with composer.

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

To publishes config `config/infobip-sms.php`, use command:

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

You set config in `.env` or `config/infobip-sms.php`

```
return [
    'from' => env('INFOBIP_FROM', 'Laravel'),
    'username' => env('INFOBIP_USERNAME', 'user'),
    'password' => env('INFOBIP_PASSWORD', '123456'),
];
```

Usage
-----

[](#usage)

```
// Send to one number
use Pnlinh\InfobipSms\Facades\InfobipSms;

$response = InfobipSms::send('84123456789', 'Hello Infobip');

// Send to multiple number
$response = InfobipSms::send(['84123456789', '84987654321'], 'Hello Infobip');

// Use Helper Function
$response = infobip_sms_send('84123456789', 'Hello Infobip');

// Get response
array:2 [
0 => 200
1 => {#362
 +"messages": array:1 [
   0 => {#355
     +"to": "84123456789"
     +"status": {#356
       +"groupId": 1
       +"groupName": "PENDING"
       +"id": 8
       +"name": "PENDING_ENROUTE"
       +"description": "Message sent to next instance"
     }
     +"smsCount": 1
     +"messageId": "2411455387981631234"
   }
 ]
}
]

$responseCode = $response[0];
$responseBody = $response[1];
```

Credits
-------

[](#credits)

- [Pham Ngoc Linh](https://github.com/pnlinh)

For more info, please visit

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity70

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

Total

5

Last Release

1695d ago

PHP version history (2 changes)v1.0.0PHP ^7.1

v1.0.4PHP ^7.1|^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5162a0294c9d7ddf47b6a0059206778b1f06269e73c560d07aea5683d1e65b0c?d=identicon)[pnlinh](/maintainers/pnlinh)

---

Top Contributors

[![pnlinh](https://avatars.githubusercontent.com/u/26193890?v=4)](https://github.com/pnlinh "pnlinh (14 commits)")

---

Tags

infobip smslaravel infobip

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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