PHPackages                             jehong-ahn/laravel-sms-kor - 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. jehong-ahn/laravel-sms-kor

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

jehong-ahn/laravel-sms-kor
==========================

15PHP

Since Dec 14Pushed 11y agoCompare

[ Source](https://github.com/toonitw/laravel-sms-kor)[ Packagist](https://packagist.org/packages/jehong-ahn/laravel-sms-kor)[ RSS](/packages/jehong-ahn-laravel-sms-kor/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel sms bundle for korean
-----------------------------

[](#laravel-sms-bundle-for-korean)

Currently available for cafe24.

### INSTALL

[](#install)

- composer.json
- composer update
- app/config/app.php

```
	'providers' => Array(
		...,
		'JehongAhn\LaravelSmsKor\LaravelSmsKorServiceProvider'
	);
	'aliases' => Array(
		...,
		'Sms' => 'JehongAhn\LaravelSmsKor\Sms',
	);
```

- Publish the package config files.
    `php artisan config:publish jehong-ahn/laravel-sms-kor`
- Customize the package config files. `app/config/packages/jehong-ahn/laravel-sms-kor`

### HOW TO USE

[](#how-to-use)

```
Sms::send([
	'phone' => '01011112222', // recipient
	'message' => 'Hello.'
]);
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/701553252571a77371a0591d2055689e397f04f0f48dc1f108c4cbf6a7fa2046?d=identicon)[toonitw](/maintainers/toonitw)

---

Top Contributors

[![Jehong-Ahn](https://avatars.githubusercontent.com/u/590801?v=4)](https://github.com/Jehong-Ahn "Jehong-Ahn (13 commits)")

### Embed Badge

![Health badge](/badges/jehong-ahn-laravel-sms-kor/health.svg)

```
[![Health](https://phpackages.com/badges/jehong-ahn-laravel-sms-kor/health.svg)](https://phpackages.com/packages/jehong-ahn-laravel-sms-kor)
```

PHPackages © 2026

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