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 1mo 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 today

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
  'callback_url' => 'https://yourdomain.com/get-dlr'  // URL for sending DLR reports once it will received by the server
]);

// 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

31

—

LowBetter than 66% of packages

Maintenance60

Regular maintenance activity

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

982d 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

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[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.

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

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

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

Client library for bexio API

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

LUYA headless API client

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

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

205.3k](/packages/mrteye-gdax)

PHPackages © 2026

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