PHPackages                             vomsis/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. [API Development](/categories/api)
4. /
5. vomsis/netgsm

ActiveLibrary[API Development](/categories/api)

vomsis/netgsm
=============

NetGsm Sms Entegrasyonu

1.0(8y ago)81.2k7[2 issues](https://github.com/vomsis/netgsm/issues)[1 PRs](https://github.com/vomsis/netgsm/pulls)MITPHP

Since Feb 18Pushed 6y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (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

32

—

LowBetter than 69% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

3054d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36597782?v=4)[vomsis](/maintainers/vomsis)[@vomsis](https://github.com/vomsis)

---

Top Contributors

[![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/vomsis-netgsm/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

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

PHPackages © 2026

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