PHPackages                             r3k4/freesms4us - 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. r3k4/freesms4us

ActiveLibrary

r3k4/freesms4us
===============

Laravel 5 | freesms4us package

1.0.1(10y ago)11982MITPHP

Since Mar 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/r3k4/freesms4us)[ Packagist](https://packagist.org/packages/r3k4/freesms4us)[ RSS](/packages/r3k4-freesms4us/feed)WikiDiscussions master Synced 2mo ago

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

freesms4us
==========

[](#freesms4us)

package untuk kirim sms menggunakan api dari freesms4us.com

Instalasi
---------

[](#instalasi)

Download package dengan composer

`composer require r3k4/freesms4us "dev-master"`

atau

```
 {
    "require": {
        "r3k4/freesms4us" : "dev-master"
    }
}

```

Tambahkan service provider ke config/app.php

```
'providers' => [
    ....
    R3k4\FreeSms4Us\FreeSms4UsServiceProvider::class,
]

```

Tambahkan juga aliasnya ke config/app.php

```
'aliases' => [
	....

	'Freesms4Us' => R3k4\FreeSms4Us\FreeSms4UsFacade::class,
]

```

Buat file FreeSms4UsConfig.php di folder config secara manual atau jalankan command artisan

```
php artisan vendor:publish

```

Tambahkan kode berikut di file .env untuk konfigurasi API freesms4us

```
FREESMS4US_USERNAME=my-username
FREESMS4US_PASSWORD=my-password

```

Penggunaan
----------

[](#penggunaan)

Kirim SMS

```
$no_hp = "08500000XX";
$pesan = "Contoh Pesan"
$kirim_sms = Freesms4Us::kirimSms($no_hp, $pesan);

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~0 days

Total

2

Last Release

3709d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/95254d0c13233cb32288f9b95032f398c6d49e18083dce46615350165c1871a8?d=identicon)[r3k4](/maintainers/r3k4)

---

Top Contributors

[![r3k4](https://avatars.githubusercontent.com/u/4883169?v=4)](https://github.com/r3k4 "r3k4 (12 commits)")

---

Tags

laravelfreesms4us

### Embed Badge

![Health badge](/badges/r3k4-freesms4us/health.svg)

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

###  Alternatives

[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[tpetry/laravel-mysql-explain

Get Visual MySQL EXPLAIN for Laravel.

264154.2k](/packages/tpetry-laravel-mysql-explain)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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