PHPackages                             yigit-serin/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. yigit-serin/netgsm

ActiveLibrary

yigit-serin/netgsm
==================

NetGsm Sms Entegrasyonu

1.0.4(4y ago)070↓100%MITPHP

Since Feb 18Pushed 4y agoCompare

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

READMEChangelog (4)Dependencies (2)Versions (7)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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 66.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 ~377 days

Total

5

Last Release

1494d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20225497?v=4)[Yiğit Serin](/maintainers/yigit-serin)[@yigit-serin](https://github.com/yigit-serin)

---

Top Contributors

[![yigit-serin](https://avatars.githubusercontent.com/u/20225497?v=4)](https://github.com/yigit-serin "yigit-serin (6 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/yigit-serin-netgsm/health.svg)

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

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

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

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

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

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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