PHPackages                             matt127127/fonix - 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. matt127127/fonix

ActiveLibrary

matt127127/fonix
================

Fonix.io PHP library helper

1.0.9(8y ago)01.9k↓100%1MITPHPPHP &gt;=5.4.0

Since Jun 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/matt127127/fonix)[ Packagist](https://packagist.org/packages/matt127127/fonix)[ Docs](http://github.com/matt127127/fonix)[ RSS](/packages/matt127127-fonix/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (9)Used By (0)

Fonix
=====

[](#fonix)

Fonix is a PHP library class to make using the Fonix API easy

[![Latest Stable Version](https://camo.githubusercontent.com/0600dea94e7133e832fe52ed6129479292df7e01d9d98684a549b08c94d5870d/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6f6769632f666f6e69782f762f737461626c652e737667)](https://packagist.org/packages/panlogic/fonix) [![Total Downloads](https://camo.githubusercontent.com/f0a7e59e4ee6fc9369e089d62198918f4a4a11caa20de945962cfcfef91fdbec/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6f6769632f666f6e69782f646f776e6c6f6164732e737667)](https://packagist.org/packages/panlogic/fonix) [![Latest Unstable Version](https://camo.githubusercontent.com/8fb4688c70505313f6512f89fce2ee83a1e2a969a34dd14c24921a71ca5f6f0c/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6f6769632f666f6e69782f762f756e737461626c652e737667)](https://packagist.org/packages/panlogic/fonix) [![License](https://camo.githubusercontent.com/9e261f1687e579038e943573ed8e04a28386b4774401d1d53dc6744498536906/68747470733a2f2f706f7365722e707567782e6f72672f70616e6c6f6769632f666f6e69782f6c6963656e73652e737667)](https://packagist.org/packages/panlogic/fonix)

Composer
--------

[](#composer)

To install Fonix as a Composer package, simply add this to your composer.json:

```
"panlogic/fonix": "1.0.5"
```

..and run `composer update`. Once it's installed, if you're using Laravel 5, you can register the service provider in `app/config/app.php` in the `providers` array add :

```
'Panlogic\Fonix\FonixServiceProvider',
```

You can also benefit from using a Fonix Facade in Laravel 5 by adding to the alias array also in app.php below the providers array

```
'Fonix'    => 'Panlogic\Fonix\Facades\FonixFacade',
```

Documentation
-------------

[](#documentation)

If you're using Laravel, publish the config file by running

```
php artisan vendor:publish
```

This will create a panlogic.fonix.php file in your Config directory, be sure to fill in the appropriate details provided by Fonix in your env file.

FONIX\_API\_KEY\_LIVE= FONIX\_API\_KEY\_TEST= FONIX\_PLATFORM= FONIX\_ORIGINATOR=

If you aren't using Laravel then you can create a Fonix object by:

```
use Panlogic\Fonix\Fonix;

$config = [
	'live_apikey' 		=> 'your-live-api-key-here',
	'test_apikey' 		=> 'your-test-api-key-here',
	'platform' 			=> 'test',
	'originator' 		=> '123456', //short code
];

$fonix = new Fonix($config);
```

For more information about how to use the Fonix class, read the [Wiki](https://github.com/panlogic/fonix/wiki)

Copyright and Licence
---------------------

[](#copyright-and-licence)

Fonix has been written by Panlogic Ltd and is released under the MIT License.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 59.3% 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 ~139 days

Recently: every ~159 days

Total

8

Last Release

3017d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6540b1537de3a6f25a0d71fe4f8179837c5c8233a8028feacdb7944fe1c2a959?d=identicon)[matthewtreagus](/maintainers/matthewtreagus)

---

Top Contributors

[![ritey](https://avatars.githubusercontent.com/u/588686?v=4)](https://github.com/ritey "ritey (16 commits)")[![Mahegus](https://avatars.githubusercontent.com/u/1304852?v=4)](https://github.com/Mahegus "Mahegus (10 commits)")[![panlogic](https://avatars.githubusercontent.com/u/1447016?v=4)](https://github.com/panlogic "panlogic (1 commits)")

---

Tags

smsfonix

### Embed Badge

![Health badge](/badges/matt127127-fonix/health.svg)

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

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[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)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

120220.7k1](/packages/ellaisys-aws-cognito)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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