PHPackages                             devhereco/malathsms - 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. [Database &amp; ORM](/categories/database)
4. /
5. devhereco/malathsms

AbandonedLibrary[Database &amp; ORM](/categories/database)

devhereco/malathsms
===================

A Laravel package for Malath SMS API.

1.0.6(4y ago)134MITPHP

Since Mar 20Pushed 4y agoCompare

[ Source](https://github.com/devhereco/Malath-SMS-Package)[ Packagist](https://packagist.org/packages/devhereco/malathsms)[ RSS](/packages/devhereco-malathsms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (8)Used By (0)

Malath SMS
==========

[](#malath-sms)

**Malath SMS** is a Laravel package that provides a method to use malath API services, with a few simple lines of code.

[![downloads](https://camo.githubusercontent.com/269057a875c69b8a4abff7c80957d53baa6610de4745cc64a1e0c020cba0e379/68747470733a2f2f62616467656e2e6e65742f2f7061636b61676973742f64742f64657668657265636f2f6d616c617468736d73)](https://packagist.org/packages/devhereco/malathsms)[![stars](https://camo.githubusercontent.com/503bc66f7d45e48c746f82d5924acf3fc25aea19b9bdc3fe3b16e2e9012b414d/68747470733a2f2f62616467656e2e6e65742f6769746875622f73746172732f64657668657265636f2f4d616c6174682d534d532d5061636b616765)](https://github.com/devhereco/Malath-SMS-Package)[![contributors](https://camo.githubusercontent.com/29be61ad2b85a03b60c569805ccdb57b28ec410204919f9064546e3013fb8fbd/68747470733a2f2f62616467656e2e6e65742f6769746875622f636f6e7472696275746f72732f64657668657265636f2f4d616c6174682d534d532d5061636b616765)](https://github.com/devhereco/Malath-SMS-Package)[![releases](https://camo.githubusercontent.com/a22cbcb58e55a7c91fe5ff0e17aaa72a7f7078e814d35b4cbd854f0e3b7998dc/68747470733a2f2f62616467656e2e6e65742f6769746875622f72656c65617365732f64657668657265636f2f4d616c6174682d534d532d5061636b616765)](https://github.com/devhereco/Malath-SMS-Package)[![issues](https://camo.githubusercontent.com/17628750e74461494b2be5ff111441ea950aa7b33dd0de18f335d02c7368bdad/68747470733a2f2f62616467656e2e6e65742f6769746875622f6f70656e2d6973737565732f64657668657265636f2f4d616c6174682d534d532d5061636b616765)](https://github.com/devhereco/Malath-SMS-Package)[![latest-release](https://camo.githubusercontent.com/db0d2efc39e7884ca6428a1388426af3341f904c52a4ba2a6ccaa1d8339092e8/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f64657668657265636f2f6d616c617468736d732f6c6174657374)](https://packagist.org/packages/devhereco/malathsms)

Installation
------------

[](#installation)

### 1. Require with [Composer](https://getcomposer.org/)

[](#1-require-with-composer)

```
- composer require guzzle/guzzle
- composer require devhereco/malathsms
```

### 2. Add Service Provider (Laravel 5.4 and below)

[](#2-add-service-provider-laravel-54-and-below)

Latest Laravel versions have auto dicovery and automatically add service provider - if you're using 5.4.x and below, remember to add it to `providers` array at `/app/config/app.php`:

```
// ...
Devhereco\MalathSMS\ServiceProvider::class,
```

### 3. Migrations

[](#3-migrations)

```
php artisan migrate
```

### 4. env variables

[](#4-env-variables)

```
MALATH_SMS_USERNAME=
MALATH_SMS_PASSWORD=
MALATH_SMS_SENDER=
```

Usages
------

[](#usages)

### 1. One way messages

[](#1-one-way-messages)

This function will allow you to send messages to selected numbers.

Examples:

```
use Devhereco\MalathSMS\MalathSMS;

MalathSMS::sendOneSide('966555644047', 'Test Message');
// MalathSMS::sendOneSide(Receiver Number, Message);
```

### 2. Get Account Balance

[](#2-get-account-balance)

This function will show Malath account balance in your backend.

Examples:

```
use Devhereco\MalathSMS\MalathSMS;

MalathSMS::getBalance();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Every ~0 days

Total

7

Last Release

1519d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/540d5e198a3e5937f814e36b23345ed9aadb6e53fd5cb138f2c73cac11b4c252?d=identicon)[devhereco](/maintainers/devhereco)

---

Top Contributors

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

---

Tags

apilaravelsdkdatabasegcmfirebaseFCM

### Embed Badge

![Health badge](/badges/devhereco-malathsms/health.svg)

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

###  Alternatives

[kreait/laravel-firebase

A Laravel package for the Firebase PHP Admin SDK

1.3k16.5M42](/packages/kreait-laravel-firebase)[kreait/firebase-php

Firebase Admin SDK

2.4k39.7M72](/packages/kreait-firebase-php)[kreait/firebase-bundle

Symfony Bundle for the Firebase Admin SDK

1534.7M2](/packages/kreait-firebase-bundle)[morrislaptop/firestore-php

Firestore SDK for PHP without gRPC

6928.6k1](/packages/morrislaptop-firestore-php)[helgesverre/milvus

PHP Client for the Milvus Rest API

306.2k](/packages/helgesverre-milvus)[codewithkyrian/chromadb-laravel

ChromaDB Laravel is a Laravel client for the Chroma Open Source Embedding Database

144.1k](/packages/codewithkyrian-chromadb-laravel)

PHPackages © 2026

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