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

ActiveLaravel-package[API Development](/categories/api)

digitonic/laravel-infobip
=========================

Accessing infobip API via HTTP facade

1.1.0(1y ago)0125PHP

Since Nov 24Pushed 1y ago1 watchersCompare

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

READMEChangelog (7)Dependencies (6)Versions (9)Used By (0)

Laravel Infobip
===============

[](#laravel-infobip)

This a minimal infobip API package for laravel.

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

[](#installation)

`composer require digitonic/laravel-infobip`

Usage
-----

[](#usage)

Before you start you should have in your env file the following ENVS.

```

INFOBIP_DOMAIN=https://yourdomain.api.infobip.com
INFOBIP_KEY=secret

```

optionally if you want to tweak the default timeout you can add the following env

```
INFOBIP_TIMEOUT=30

```

This package supports 2 endpoint so far with a basic request validation.

#### SendMessages

[](#sendmessages)

`Infobip::sendMessages($request)`

This method accepts a collection with messages to be sent example can be found in [Sms](tests/files/sms.json) More details can be found [here](https://www.infobip.com/docs/api/channels/sms) on the infobip API page

#### Numbers Lookup

[](#numbers-lookup)

`Infobip::numbersLookup($request)`

This method accepts a collection with messages to be looked up example can be found in [Sms](tests/files/lookup.json) More details can be found [here](https://www.infobip.com/docs/api/platform-connectivity/number-lookup/number-context-lookup-async) on the infobip API page

#### Numbers Lookup Query

[](#numbers-lookup-query)

`Infobip::numbersLookupQuery($request)`

This method accepts a collection with messages to be looked up example can be found in [Sms](tests/files/lookup-query.json) More details can be found [here](https://www.infobip.com/docs/api/platform-connectivity/number-lookup/number-context-lookup) on the infobip API page

### Changelog

[](#changelog)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Recently: every ~168 days

Total

8

Last Release

585d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1104549?v=4)[Steven Richardson](/maintainers/richdynamix)[@richdynamix](https://github.com/richdynamix)

---

Top Contributors

[![richdynamix](https://avatars.githubusercontent.com/u/1104549?v=4)](https://github.com/richdynamix "richdynamix (1 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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