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

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

sachinkiranti/aakash-sms
========================

Aakash Sms Provider Api Wrapper

v1.0.0(4y ago)16MITPHPPHP ^7.3|^8.0|^8.1

Since Apr 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sachinkiranti/aakash-sms)[ Packagist](https://packagist.org/packages/sachinkiranti/aakash-sms)[ RSS](/packages/sachinkiranti-aakash-sms/feed)WikiDiscussions main Synced 2d ago

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

Laravel AakashSms
=================

[](#laravel-aakashsms)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b896bb0ed6ae4a7b94e26f6a4b55667f635b9e0de95f6e8196cccc1ab445ba7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616368696e6b6972616e74692f61616b6173682d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sachinkiranti/aakash-sms)[![GitHub Tests Action Status](https://camo.githubusercontent.com/efe8c80312468f38471f30c3966041816fe1c9a03365e2423fcf3c6bb467145c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73616368696e6b6972616e74692f61616b6173682d736d732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/sachinkiranti/aakash-sms/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c77a7ffa07a3dac8f471e44664619f1405600e08afbacb09e99d9de5377223b3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73616368696e6b6972616e74692f61616b6173682d736d732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/sachinkiranti/aakash-sms/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/310b99d5f45fe224f0609a0decf0f48761d2a8e56a7b91f26978105a47b36902/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616368696e6b6972616e74692f61616b6173682d736d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sachinkiranti/aakash-sms)

The `sachinkiranti/aakash-sms` package provides easy access to the api of *Nepali Sms Service Provider* called **AakashSms**.

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

[](#installation)

Installation is straightforward, setup is similar to every other Laravel Packages.

#### 1. Install via Composer

[](#1-install-via-composer)

Begin by pulling in the package through Composer:

```
composer require sachinkiranti/aakash-sms

```

#### 2. Define the Service Provider and alias

[](#2-define-the-service-provider-and-alias)

**Note:** This package supports the new auto discovery features of `Laravel >=5.5`, so if you are working on a `Laravel >=5.5` project, then your installation is complete, you can skip to step 3.

Add manually the service provider in your `config/app.php` file :

```
'providers' => [
    // ...
    SachinKiranti\AakashSms\AakashSmsServiceProvider::class,
];
```

#### 3. Publish Config File

[](#3-publish-config-file)

To generate a config file type this command into your terminal:

```
php artisan vendor:publish --tag=aakash-sms

```

Usage
-----

[](#usage)

Using the `sachinkiranti/aakash-sms` package :

After publishing the config files, please add the **auth token** token.

Sending Sms :

```
// $recipients can be array of phone number or a single phone number
 (new AakashSms(98xxxxxxxx, "Hello From sachinkiranti/aakash-sms repo."))->send()
//  or sending to multiple phone number
 (new AakashSms([98xxxxxxxx, 98xxxxxxxx], "Hello From sachinkiranti/aakash-sms repo."))->send()
```

### Using with helpers

[](#using-with-helpers)

```
// Single recipient
 send_aakash_sms (98xxxxxxxx, "Hello From sachinkiranti/aakash-sms repo.");
// Or multiple recipients
 send_aakash_sms ([98xxxxxxxx, 98xxxxxxxx], "Hello From sachinkiranti/aakash-sms repo.");
```

### TODO

[](#todo)

- Test
- More flexible Api
- Credit check Api
-

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

1566d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32116270?v=4)[Sachin Rai](/maintainers/sachinkiranti)[@sachinkiranti](https://github.com/sachinkiranti)

---

Top Contributors

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

---

Tags

aakashsmslaravelnepalsmslaravelsmsnepalaakashsms

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11938.5M8.1k](/packages/illuminate-http)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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