PHPackages                             alexr1712/netelipsmslaravel - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. alexr1712/netelipsmslaravel

AbandonedLibrary[Mail &amp; Notifications](/categories/mail)

alexr1712/netelipsmslaravel
===========================

Netelip SMS Service

1.0.6(5y ago)1187MITPHPPHP ^7.3|^8.0

Since Feb 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/AlexR1712/netelipsmslaravel)[ Packagist](https://packagist.org/packages/alexr1712/netelipsmslaravel)[ Docs](https://github.com/alexr1712/netelipsmslaravel)[ RSS](/packages/alexr1712-netelipsmslaravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (4)Versions (8)Used By (0)

Netelip SMS Laravel
===================

[](#netelip-sms-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c821f41b1f2df21116803e6ab71f5266ae237f953fb46955b57122d2b08f7fd2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c657872313731322f6e6574656c6970736d736c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexr1712/netelipsmslaravel)[![Build Status](https://camo.githubusercontent.com/62576a66c05b27a87c8ac46cf9dc65473b91e892acd8fc36da4b5c9e88d6f81c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f616c657872313731322f6e6574656c6970736d736c61726176656c2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/alexr1712/netelipsmslaravel)[![Quality Score](https://camo.githubusercontent.com/5c037ee30b3bebf631f4d766f8a6485839df2fcbcfe7b1054609c520d764d5ae/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616c657872313731322f6e6574656c6970736d736c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/alexr1712/netelipsmslaravel)[![Total Downloads](https://camo.githubusercontent.com/66b39b242917b2ae855c8f76baf56ddbe24b34ac24cff207695454f056dea8a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c657872313731322f6e6574656c6970736d736c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexr1712/netelipsmslaravel)

Netelip SMS Service for Laravel 8+

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

[](#installation)

You can install the package via composer:

```
composer require alexr1712/netelipsmslaravel
```

```
php artisan vendor:publish --provider="AlexR1712\NetelipLaravel\NetelipLaravelServiceProvider" --tag="config"
```

> Set token on config/netelip-laravel.php

Usage
-----

[](#usage)

```
use AlexR1712\NetelipLaravel\NetelipLaravel;
$sms = new NetelipLaravel;

$sms->send('0058424XXXXXXX', 'Message Here');
/*
send method return the following

[
     "is_sent" => true,
     "sms_id" => "1613770552.2529",
     "statusCode" => 200,
     "remainingBalance" => 4.602,
]
*/
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Alexander Rodriguez](https://github.com/alexr1712)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

1908d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/13807d18c3251d3f5b8eebf5341dc03d273dbf17ddc159203ee76333133f1ec1?d=identicon)[alexr1712](/maintainers/alexr1712)

---

Top Contributors

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

---

Tags

alexr1712netelip-laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alexr1712-netelipsmslaravel/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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