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 1mo ago

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 22% 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

914d 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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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