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

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

yuzderece/netgsm
================

NetGsm Sms Entegrasyonu

1.0(8y ago)013MITPHP

Since Feb 18Pushed 7y agoCompare

[ Source](https://github.com/100derece/netgsm)[ Packagist](https://packagist.org/packages/yuzderece/netgsm)[ RSS](/packages/yuzderece-netgsm/feed)WikiDiscussions master Synced yesterday

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

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

[](#netgsm-laravel-package)

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

[](#installation)

Install package with **composer**

```
composer require yuzderece/netgsm

```

\## 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.

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

3005d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6876048?v=4)[Emre DEĞER](/maintainers/lexor)[@lexor](https://github.com/lexor)

---

Top Contributors

[![lexor](https://avatars.githubusercontent.com/u/6876048?v=4)](https://github.com/lexor "lexor (9 commits)")[![odaxa](https://avatars.githubusercontent.com/u/31704036?v=4)](https://github.com/odaxa "odaxa (1 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/yuzderece-netgsm/health.svg)](https://phpackages.com/packages/yuzderece-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)
