PHPackages                             zedox/laravel-dhiraagu-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. [API Development](/categories/api)
4. /
5. zedox/laravel-dhiraagu-sms

ActiveLibrary[API Development](/categories/api)

zedox/laravel-dhiraagu-sms
==========================

Dhiraagu Bulk SMS Service API Wrapper for laravel

v1.2.0(3y ago)91381MITPHPPHP ^8.0|^8.1|^8.2

Since Jan 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Z3d0X/laravel-dhiraagu-sms)[ Packagist](https://packagist.org/packages/zedox/laravel-dhiraagu-sms)[ RSS](/packages/zedox-laravel-dhiraagu-sms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

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

[](#installation)

You can install the package via composer:

```
composer require zedox/laravel-dhiraagu-sms
```

Configuration
-------------

[](#configuration)

Add the following in your `config/services.php`

```
'dhiraagu-sms' => [
    'url' => env('DHIRAAGU_SMS_URL'),
    'userid' => env('DHIRAAGU_SMS_USERID'),
    'password' => env('DHIRAAGU_SMS_PASSWORD'),
],
```

then you can use the `.env` file to pass these credentials

```
DHIRAAGU_SMS_USERID=XXXXX
DHIRAAGU_SMS_PASSWORD=XXXXX
```

While url is optional, you must provide userid and password

Usage
-----

[](#usage)

This service can easily be used using the Facade provided

```
use Zedox\LaravelDhiraaguSms\Facades\DhiraaguSms;
```

You can use the send method which accepts a mobile no and a message

```
    DhiraaguSms::send($toMobile, $message)
```

Example
-------

[](#example)

```
Route::get('test-sms', function () {
    try {
        DhiraaguSms::send('9607XXXXXX', 'Hello World');
    } catch (\Exception $e) {
        return response()->json(['message' => $e->getMessage()]);
    }
    return response()->json(['message' => 'Success: SMS sent']);
});
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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 ~207 days

Total

3

Last Release

1162d ago

PHP version history (2 changes)v1.0.0PHP ^8.0

v1.1.0PHP ^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7861b66ca9f2a060a888c69014417070ff7d36d0c3b3ba5444f7efb4269459ec?d=identicon)[ZedoX](/maintainers/ZedoX)

---

Top Contributors

[![Z3d0X](https://avatars.githubusercontent.com/u/75579178?v=4)](https://github.com/Z3d0X "Z3d0X (8 commits)")[![amhrn](https://avatars.githubusercontent.com/u/17988850?v=4)](https://github.com/amhrn "amhrn (3 commits)")

### Embed Badge

![Health badge](/badges/zedox-laravel-dhiraagu-sms/health.svg)

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

###  Alternatives

[skagarwal/google-places-api

Google Places Api

1913.0M8](/packages/skagarwal-google-places-api)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[grantholle/powerschool-api

A Laravel package to make interacting with PowerSchool less painful.

1715.6k1](/packages/grantholle-powerschool-api)

PHPackages © 2026

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