PHPackages                             mentalrob/netgsm - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mentalrob/netgsm

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mentalrob/netgsm
================

NetGsm Sms Entegrasyonu (6.0)

1.0(8y ago)03MITPHP

Since Feb 18Pushed 6y agoCompare

[ Source](https://github.com/mentalrob/netgsm-1)[ Packagist](https://packagist.org/packages/mentalrob/netgsm)[ RSS](/packages/mentalrob-netgsm/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Netgsm Laravel Package
======================

[](#netgsm-laravel-package)

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

[](#installation)

Install package with **composer**

```
composer require vomsis/netgsm

```

In Laravel 5.5+ package will auto discovery.

\### Optional Steps for Laravel 5.4-

Add package provider to `config/app.php` file

```
'providers' => [
    Vomsis\Netgsm\NetgsmServiceProvider::class,
]

```

Add alias to `config/app.php` file

```
'aliases' => [
    'Netgsm' => Vomsis\Netgsm\NetgsmFacade::class,
]

```

\## Configuration

Add Netgsm API information to `.env` file

```
NETGSM_URL=https://api.netgsm.com.tr
NETGSM_USERNAME=
NETGSM_PASSWORD=
NETGSM_HEADER=

```

`NETGSM_URL` is API base url of netgsm. `NETGSM_USERNAME` and `NETGSM_PASSWORD` is authentication information of netgsm. `NETGSM_HEADER` is default header of sms messages.

You can also publish config file.

```
php artisan vendor:publish --provider="Vomsis\Netgsm\NetgsmServiceProvider"

```

Usage
-----

[](#usage)

Send sms to one number

```
Netgsm::sendSms("50xxxxxxxx", "Message content");

```

You can also specify options. Like header and startDate

```
Netgsm::sendSms($number, $message, $header = null, $startDate = null, $endDate = null, $lang = null);

```

Send sms to multiple numbers

```
Netgsm::sendSms(["50xxxxxxxx", "50xxxxxxxx"], "Message Content");

```

License
-------

[](#license)

This project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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

3008d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6704a4a868a530033163f40df305c07fd6256a653c16ce30e7517ef6b84af8d8?d=identicon)[mentalrob](/maintainers/mentalrob)

---

Top Contributors

[![mentalrob](https://avatars.githubusercontent.com/u/31934174?v=4)](https://github.com/mentalrob "mentalrob (4 commits)")[![azalet](https://avatars.githubusercontent.com/u/4637695?v=4)](https://github.com/azalet "azalet (1 commits)")[![mgsmus](https://avatars.githubusercontent.com/u/543371?v=4)](https://github.com/mgsmus "mgsmus (1 commits)")[![odaxa](https://avatars.githubusercontent.com/u/31704036?v=4)](https://github.com/odaxa "odaxa (1 commits)")

### Embed Badge

![Health badge](/badges/mentalrob-netgsm/health.svg)

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

###  Alternatives

[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)

PHPackages © 2026

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