PHPackages                             bjrambo/coolsmsphpsdk - 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. bjrambo/coolsmsphpsdk

ActiveLibrary

bjrambo/coolsmsphpsdk
=====================

00[4 issues](https://github.com/bjrambo/CoolsmsPHPSDK/issues)PHP

Since Oct 30Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Coolsms PHP SDK
===============

[](#coolsms-php-sdk)

Send Message &amp; Alimtalk using PHP and REST API Ver 4.

Installation
------------

[](#installation)

- The recommended way to install Coolsms PHP SDK is through composer:

    ```
    $ composer require bjrambo/coolsmsphpsdk
    ```
- Github :

Requirements
------------

[](#requirements)

- PHP 7.0 or greater
- Composer
- PHP CURL extension
- PHP JSON extension

Coding Standards
================

[](#coding-standards)

### 1. Nameing Conventions and Style.

[](#1-nameing-conventions-and-style)

- Use Pascal casing for class.

```
class SimpleMessage

```

### 2. Use real tabs that are equal to 4 spaces

[](#2-use-real-tabs-that-are-equal-to-4-spaces)

### 3. Always place an opening curly brace ({) in a new line

[](#3-always-place-an-opening-curly-brace--in-a-new-line)

### 4. Add curly braces even if there's only one line in the scope.

[](#4-add-curly-braces-even-if-theres-only-one-line-in-the-scope)

```
if ($bSomething)
{
    return;
}
```

### 5. Always have a default case for a switch statement.

[](#5-always-have-a-default-case-for-a-switch-statement)

```
switch ($i)
{
    case 0:
        echo "i는 0";
        break;
    case 1:
        echo "i는 1";
        break;
    case 2:
        echo "i는 2";
        break;
    default:
        echo "i는 0, 1, 2 어느것도 아니다";
}
```

Details not specified here follows the [PSR-1](https://www.php-fig.org/psr/psr-1/) and [PSR-2](https://www.php-fig.org/psr/psr-2/).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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/0c1047d1c5fbb7af3d82ad47d7ba26be8dfb855a06378a2d5ad2495561018778?d=identicon)[bjrambo](/maintainers/bjrambo)

---

Top Contributors

[![bjrambo](https://avatars.githubusercontent.com/u/4381756?v=4)](https://github.com/bjrambo "bjrambo (23 commits)")

### Embed Badge

![Health badge](/badges/bjrambo-coolsmsphpsdk/health.svg)

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

PHPackages © 2026

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