PHPackages                             fatkulnurk/adsmedia-sms-gateway - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. fatkulnurk/adsmedia-sms-gateway

ActiveLibrary[HTTP &amp; Networking](/categories/http)

fatkulnurk/adsmedia-sms-gateway
===============================

Adsmedia SMS Gateway

v1.0.0(2y ago)01MITPHPPHP &gt;=8.1

Since Nov 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/fatkulnurk/adsmedia-sms-gateway)[ Packagist](https://packagist.org/packages/fatkulnurk/adsmedia-sms-gateway)[ RSS](/packages/fatkulnurk-adsmedia-sms-gateway/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Adsmedia - SMS Gateway PHP Package
==================================

[](#adsmedia---sms-gateway-php-package)

Kebutuhan untuk kirim sms menggunakan layanan dari Adsmedia.co.id

Semua respons sama seperti yang ada di dikumentasi

### Requirement

[](#requirement)

- PHP 8.1 or higher
- extension CURL

### Installation

[](#installation)

run with composer

```
composer require fatkulnurk/adsmedia-sms-gateway

```

### Usage

[](#usage)

***Setting Configuration***

```
Fatkulnurk\AdsmediaSmsGateway\Config\Config::getInstance()
    ->set(ConfigEnum::API_KEY->name, 'your key')
    ->set(ConfigEnum::URL_ENDPOINT->name, 'your private endpoint')
    ->set(ConfigEnum::CALLBACK_URL->name, 'your callback')
```

***Send Message***

Single message

```
(new \Fatkulnurk\AdsmediaSmsGateway\SmsGateway())->sendMessage([
    ['number' => '08123456789', 'message' => 'Hello, World!']
]);
```

multiple message (max 1000 message)

```
(new \Fatkulnurk\AdsmediaSmsGateway\SmsGateway())->sendMessage([
    ['number' => '08123456789', 'message' => 'Hello, World!'],
    ['number' => '08123456789', 'message' => 'Hello, World!'],
    ['number' => '08123456789', 'message' => 'Hello, World!'],
]);
```

***Get balance***

```
(new \Fatkulnurk\AdsmediaSmsGateway\SmsGateway())->getBalance();
```

***get callback***

```
(new \Fatkulnurk\AdsmediaSmsGateway\SmsGateway())->getCallback();
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

965d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f01b15f535a737f1952358e3ee9789281cf3208d57039eda0782ef8900c72326?d=identicon)[fatkulnurk](/maintainers/fatkulnurk)

---

Top Contributors

[![fatkulnurk](https://avatars.githubusercontent.com/u/12779618?v=4)](https://github.com/fatkulnurk "fatkulnurk (2 commits)")

### Embed Badge

![Health badge](/badges/fatkulnurk-adsmedia-sms-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/fatkulnurk-adsmedia-sms-gateway/health.svg)](https://phpackages.com/packages/fatkulnurk-adsmedia-sms-gateway)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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