PHPackages                             mohamedelshazlyeida/laravel-unifonic - 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. mohamedelshazlyeida/laravel-unifonic

ActiveLibrary

mohamedelshazlyeida/laravel-unifonic
====================================

Package to use Unifonic API

02PHP

Since May 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/MohamedElshazlyEida/laravel-unifonic)[ Packagist](https://packagist.org/packages/mohamedelshazlyeida/laravel-unifonic)[ RSS](/packages/mohamedelshazlyeida-laravel-unifonic/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-Unifonic
================

[](#laravel-unifonic)

Start send sms with Unifonic right away using your favorite PHP framework.

### Installation

[](#installation)

`composer require mohamedelshazlyeida/laravel-unifonic`.

Add the service provider to your `config/app.php`:

```
'providers' => [

    MohamedElshazlyEida\Unifonic\UnifonicServiceProvider::class,

],

```

...run `php artisan vendor:publish` to copy the config file.

Edit the `config/unifonic.php` or add Unifonic app id in your `.env` file

```
UNIFONIC_APPS_ID={YOUR_DEFAULT_APP_ID}

```

Add the alias to your `config/app.php`:

```
'aliases' => [

    'Unifonic' => MohamedElshazlyEida\Unifonic\Unifonic::class,

],

```

### Usage

[](#usage)

Please refer to the [Api Documentation](http://docs.unifonic.apiary.io/) for more info, or read the [docblocks](https://github.com/MohamedElshazlyEida/laravel-unifonic/blob/master/src/App.php) !

```
use MohamedElshazlyEida\Unifonic\Unifonic;

// messages API methods
Unifonic::send(int $recipient,string $message);
Unifonic::sendBulk(array $recipient, string $message);
Unifonic::getMessageIDStatus(int $messageId);
Unifonic::getBalance();

```

If you use many apps id, you can do this :

```
use MohamedElshazlyEida\Unifonic\Unifonic;

$sms = new App('second');

```

The key 'second' will be defined in your config/unifonic.php

```

'appsid' => [
    'default' => env('UNIFONIC_APPS_ID', ''),
    'second' => env('UNIFONIC_SECOND_APPS_ID', '')
],

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

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

---

Top Contributors

[![MohamedElshazlyEida](https://avatars.githubusercontent.com/u/81623936?v=4)](https://github.com/MohamedElshazlyEida "MohamedElshazlyEida (3 commits)")[![MohamedAnwerEida](https://avatars.githubusercontent.com/u/41681857?v=4)](https://github.com/MohamedAnwerEida "MohamedAnwerEida (1 commits)")

### Embed Badge

![Health badge](/badges/mohamedelshazlyeida-laravel-unifonic/health.svg)

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

PHPackages © 2026

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