PHPackages                             sempico/api-sms-php - 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. [API Development](/categories/api)
4. /
5. sempico/api-sms-php

ActiveLibrary[API Development](/categories/api)

sempico/api-sms-php
===================

Api library to interact with Sempico Solutions Api

1.0.4(2y ago)06MITPHP

Since Oct 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Sempico/api-sms-php)[ Packagist](https://packagist.org/packages/sempico/api-sms-php)[ RSS](/packages/sempico-api-sms-php/feed)WikiDiscussions main Synced 1mo ago

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

Client Sempico SMS Api Library
==============================

[](#client-sempico-sms-api-library)

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

[](#requirements)

- PHP with Curl Extension Support
- Sempico Account

How to use
----------

[](#how-to-use)

### Install with Composer

[](#install-with-composer)

Recommended install via [composer](http://getcomposer.org)

```
composer require sempico/api-sms-php
```

#### Usage

[](#usage)

```
use Sempico\Api\Sms;

// Send sms
$result = Sms::send([
  'token'     => 'gbBX8dB7kDvBeo0H-VN2CX0bAXXbyJ',   // Token created in Web app, is required
  'phone'     => 12345678910,                        // Phone number in international format, is required
  'senderID'  => 41,                                 // ID of sender from which SMS will be send, is required
  'text'      => 'Hello world',                      // Content SMS for sending, is required
  'type'      => 'sms!',                             // Type of SMS or HLR or MNP
  'lifetime'  => 86400,                              // How many seconds will this SMS live
  'beginDate' => '2022-10-01',                       // Date when SMS should be send
  'beginTime' => '15:15:15',                         // Time when SMS should be send in selected beginDate
  'delivery'  => 'TRUE'                              // Allow / disallow get DLR back
]);

// Refactore SMS credentials
$result = Sms::refactore([
  'token'     => 'gbBX8dB7kDvBeo0H-VN2CX0bAXXbyJ',   // Token created in Web app, is required
  'phone'     => 12345678910,                        // Phone number in international format, is required
  'senderID'  => 41,                                 // ID of sender from which SMS will be send, is required
  'text'      => 'Hello world',                      // Content SMS for sending, is required
]);
```

### License

[](#license)

MIT License

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Every ~0 days

Total

5

Last Release

936d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d4940f069399ba5480a35b932662a1ed3ace8301943ec4b152d31e50024c29f?d=identicon)[DesRodman](/maintainers/DesRodman)

---

Top Contributors

[![WinClain](https://avatars.githubusercontent.com/u/72815938?v=4)](https://github.com/WinClain "WinClain (8 commits)")

### Embed Badge

![Health badge](/badges/sempico-api-sms-php/health.svg)

```
[![Health](https://phpackages.com/badges/sempico-api-sms-php/health.svg)](https://phpackages.com/packages/sempico-api-sms-php)
```

###  Alternatives

[stymiee/authnetjson

Library that abstracts Authorize.Net's JSON APIs. This includes the Advanced Integration Method (AIM), Automated Recurring Billing (ARB), Customer Information Manager (CIM), Transaction Reporting, Simple Integration Method (SIM), and Webhooks.

19545.7k](/packages/stymiee-authnetjson)[michaeldrennen/geonames

A Laravel (php) package that interfaces with the geolocation services on geonames.org.

9514.0k](/packages/michaeldrennen-geonames)[christianruhstaller/bexio-api-php-client

Client library for bexio API

1134.7k](/packages/christianruhstaller-bexio-api-php-client)[luyadev/luya-headless

LUYA headless API client

1025.6k3](/packages/luyadev-luya-headless)[mrteye/gdax

API for GDAX A service provided by coinbase. (Unofficial)

195.2k](/packages/mrteye-gdax)

PHPackages © 2026

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