PHPackages                             didiroesmana/phalcon-sms-service - 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. didiroesmana/phalcon-sms-service

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

didiroesmana/phalcon-sms-service
================================

Service for sending SMS

v1.0.2(9y ago)618MITPHPPHP &gt;=5.4.0

Since Dec 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/didiroesmana/phalcon-sms-service)[ Packagist](https://packagist.org/packages/didiroesmana/phalcon-sms-service)[ Docs](https://github.com/didiroesmana/phalcon-sms-service)[ RSS](/packages/didiroesmana-phalcon-sms-service/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Phalcon SMS Service
===================

[](#phalcon-sms-service)

Service Adapter for Multiple SMS Service such as Nexmo , Clickatell.

TO DO
=====

[](#to-do)

- Add Nexmo
- Add Clickatell
- Clickatell batch send
- Changeable SMS Provider
- Error Handling
- Unit Test

How To
======

[](#how-to)

- add this to your config

    ```
    	'smsService' => [
    		'use' => 'Nexmo',
    		'Nexmo' => [
    	    		'api_key' => env('NEXMO_API_KEY','YOUR NEXMO API KEY'),
    	    		'api_secret' => env('NEXMO_API_SECRET','API_SECRET'),
    	    		'endpoint' => 'https://rest.nexmo.com/sms/json',
    		],
    		'Clickatell' => [
                'token' => env('CLICKATELL_TOKEN', 'YOUR CLICKATELL TOKEN'),
                'endpoint' => 'https://platform.clickatell.com/messages',
            ],
    	],
    ```
- add Sms service to your DI ,

    ```
    	$di->setShared('sms', \Didiroesmana\SMSService\Service::class);
    ```
- Send SMS

    - get sms service from DI
    - and send it

        ```
         	// first parameter is sender
         	// second is the recipient number
         	// third is the message
         	dump($this->sms->send('DDGEMES','69696969696969','ANU DD GEMESH'));
        ```
- Providers

    - Nexmo
    - Clickatell
        - to send batch sms , create array of number and put it in second arguments.

        ```
                 dump($this->sms->send('DDGEMES',['+62xxxx','+62xxxxx','+1xxxxxx' ...]));
        ```
- Change Provider

```
$this->sms->changeProvider('Clickatell')->send(...);
```

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

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

3

Last Release

3527d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7639085?v=4)[Didi Hadya Roesmana](/maintainers/didiroesmana)[@didiroesmana](https://github.com/didiroesmana)

---

Top Contributors

[![didiroesmana](https://avatars.githubusercontent.com/u/7639085?v=4)](https://github.com/didiroesmana "didiroesmana (16 commits)")

---

Tags

phalconphalcon servicephalcon sms gateway

### Embed Badge

![Health badge](/badges/didiroesmana-phalcon-sms-service/health.svg)

```
[![Health](https://phpackages.com/badges/didiroesmana-phalcon-sms-service/health.svg)](https://phpackages.com/packages/didiroesmana-phalcon-sms-service)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k52](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k52](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

65147.9k151](/packages/oat-sa-tao-core)

PHPackages © 2026

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