PHPackages                             accessafya/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. accessafya/infobip

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

accessafya/infobip
==================

Infobip API

0.1.0(5y ago)03MITPHPPHP ~7.2

Since Aug 6Pushed 5y ago2 watchersCompare

[ Source](https://github.com/Access-Afya/infobip)[ Packagist](https://packagist.org/packages/accessafya/infobip)[ RSS](/packages/accessafya-infobip/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

Infobip
=======

[](#infobip)

[![Total Downloads](https://camo.githubusercontent.com/2e7d96ffc3c5f08e269c45f38de91ce489968312df30848d817105c5ada0d9cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f3a76656e646f722f3a7061636b6167655f6e616d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/accessafya/infobip)[![Latest Version on Packagist](https://camo.githubusercontent.com/e47b5fd9742cd16674bc5afeaa5b2f8bbeaffeefff552eff13cdeb1468536d2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f3a76656e646f722f3a7061636b6167655f6e616d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/accessafya/infobip)

An infobip API wrapper.

Install
-------

[](#install)

Via Composer

```
$ composer require accessafya/infobip
```

Usage
-----

[](#usage)

```
// Initial with authentication
$infobip = new AccessAfya\Infobip(
  $username,
  $password,
  $senderId,
  $baseUrl
);
```

### SMS

[](#sms)

Sending SMS

```
$response = $infobip->sms->send(
  "text_message",
  "phone_number"
  "scheduled_time" // Optional
);
```

### Email

[](#email)

Sending Email

```
// Coming soon
$response = $infobip->email->send();
```

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

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

License
-------

[](#license)

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

2103d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17490860?v=4)[Joram Mwashighadi](/maintainers/Reaper45)[@Reaper45](https://github.com/Reaper45)

---

Top Contributors

[![Reaper45](https://avatars.githubusercontent.com/u/17490860?v=4)](https://github.com/Reaper45 "Reaper45 (8 commits)")

---

Tags

infobipinfobip-api-wrapperapiemailsmswhatsappvoiceInfobipsrc

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[mageplaza/module-smtp

SMTP Extension for Magento 2 helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers

3015.9M8](/packages/mageplaza-module-smtp)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)

PHPackages © 2026

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