PHPackages                             alexmanno/messagenet-sms-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. alexmanno/messagenet-sms-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

alexmanno/messagenet-sms-php
============================

Client for MessageNet.com sms gateway

0.1.4(4y ago)14[1 PRs](https://github.com/alexmanno/messagenet-sms-php/pulls)Apache-2.0PHPPHP ^7.2CI failing

Since Sep 29Pushed 3mo ago1 watchersCompare

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

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

messagenet-sms-php
==================

[](#messagenet-sms-php)

[![Build Status](https://camo.githubusercontent.com/e5db8268c64a0565f4098a193852cfa63b5217af7a342f34899ff2c7483ae5a5/68747470733a2f2f7472617669732d63692e6f72672f616c65786d616e6e6f2f6d6573736167656e65742d736d732d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alexmanno/messagenet-sms-php)[![codecov](https://camo.githubusercontent.com/f5d97e04b08dd77813fd6303776e162e8fef485451744bc45e62bf59dbc47880/68747470733a2f2f636f6465636f762e696f2f67682f616c65786d616e6e6f2f6d6573736167656e65742d736d732d7068702f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/alexmanno/messagenet-sms-php)

Client for messagenet sms gateway

Prerequisites
=============

[](#prerequisites)

You need a  account for use this library.

Installation
============

[](#installation)

```
composer require alexmanno/messagenet-sms-php
```

Usage
=====

[](#usage)

```
$client = new \AlexManno\Messagenet\Client\MessageNetClient(
    'YOUR-USER-ID',
    'YOUR-PASSWORD'
);

$message = new \AlexManno\Messagenet\Model\SmsMessage(
    ['DESTINATION-NUMBER'],
    'TEXT'
);

$client->sendSms($message);
```

###  Health Score

30

↑

LowBetter than 64% of packages

Maintenance54

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~228 days

Total

5

Last Release

1504d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cbd22b25da46dd98e319f200f40477e4849eb7a4ca9df08ffdb73d9874b79c45?d=identicon)[alexmanno](/maintainers/alexmanno)

---

Top Contributors

[![alexmanno](https://avatars.githubusercontent.com/u/10499850?v=4)](https://github.com/alexmanno "alexmanno (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alexmanno-messagenet-sms-php/health.svg)

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

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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