PHPackages                             piuszenoph/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. piuszenoph/sms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

piuszenoph/sms
==============

This package is to send sms to all networks in Ghana through Zenoph SMS GH server

12PHP

Since Jun 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/geekpius/piuszenoph-sms)[ Packagist](https://packagist.org/packages/piuszenoph/sms)[ RSS](/packages/piuszenoph-sms/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

piuszenoph-sms
==============

[](#piuszenoph-sms)

This package is a PHP laravel package meant to send sms to all networks in Ghana through Zenoph SMS GH server

[![Issues](https://camo.githubusercontent.com/f1d3e57b23ec57a354b80d01eee7586c355b453d97943c354dc62985ac527721/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6765656b706975732f706975737a656e6f70682d736d73)](https://packagist.org/packages)[![Forks](https://camo.githubusercontent.com/2709e4d4ea2fca8f325cbfc067c89ad563419c67e13afdefb404a12bffea558a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6765656b706975732f706975737a656e6f70682d736d73)](https://packagist.org/packages)[![Stars](https://camo.githubusercontent.com/1a8e1bd560e9f51bfd674806fdfdd94e9f7916b498b579686b77f6d1a703ff40/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6765656b706975732f706975737a656e6f70682d736d73)](https://packagist.org/packages)[![License](https://camo.githubusercontent.com/06c4d3c057feeb4ad797da07e64f9dc0b014a37ccbe112178126679606402262/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6765656b706975732f706975737a656e6f70682d736d73)](https://packagist.org/packages)[![Twitter](https://camo.githubusercontent.com/b74395862a27ebbd1516013699c6c551533c87c234135a9c679f8e0c6c7cd678/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c3f75726c3d68747470732533412532462532466769746875622e636f6d2532466765656b70697573253246706975737a656e6f70682d736d73)](https://packagist.org/packages)

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

[](#requirements)

- PHP &gt;=7.0
- Laravel &gt;=5.6

Getting started
---------------

[](#getting-started)

- composer require piuszenoph/sms
- Integration in Laravel
    - Copy the following to config/app.php (if not available)
        - "providers": \[ "ZenophSmsGh\\Sms\\SmsServiceProvider::class," \],
        - "aliases": { "'ZenophSMSGH' =&gt; ZenophSmsGh\\Sms\\Facades\\ZenophSMSGH::class," }

Code Examples
-------------

[](#code-examples)

Error codes

```
use ZenophSMSGH;

/***** non personalised ****/
// contact numbers. Each must be separated by a comma
$contacts = "0289348779,0581068534,0239597999";
$response = ZenophSMSGH::sendNonPersonalizedSms('username', 'password', 'PIUSGEEK','This is a developed laravel package to send sms',$contacts);
///Note the response the returns are the RESP_CODE@RESP_VAL
////Therefore, you can split and take RESP_CODE or RESP_VAL out for decision

/***** other ****/
// contact numbers. Each must be separated by a comma
//$contacts = "0289348779,0581068534,0239597999";
ZenophSMSGH::sendFlashSms(string username, string password, string message, string contacts)
ZenophSMSGH::getBalance(string username, string password)
```

Contributing
------------

[](#contributing)

Contributions to the PiusZenophSMSGH library are welcome.

License
-------

[](#license)

PiusZenophSMSGH is licensed under the [MIT License](http://opensource.org/licenses/MIT).

Copyright 2020

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2ba1562184b4dc72d26a21a707e4f9715bdce957a40eaf6847328a05dcea6e95?d=identicon)[geekpius](/maintainers/geekpius)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/piuszenoph-sms/health.svg)

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

PHPackages © 2026

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