PHPackages                             jkb32/smslabs-php-sdk - 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. jkb32/smslabs-php-sdk

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

jkb32/smslabs-php-sdk
=====================

PHP client for SMSLabs.pl

1.0.1(3y ago)05.9kMITPHPPHP ^7.0

Since May 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jkb32/smslabs-php-sdk)[ Packagist](https://packagist.org/packages/jkb32/smslabs-php-sdk)[ RSS](/packages/jkb32-smslabs-php-sdk/feed)WikiDiscussions master Synced 1mo ago

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

PHP client for SMSLabs.pl
=========================

[](#php-client-for-smslabspl)

[![Licence MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)[![Build Status](https://camo.githubusercontent.com/219c1201734a6faea734cfbcd524e2adebbf71f892d6f11bd96086da98708118/68747470733a2f2f7472617669732d63692e6f72672f6974746f6f6c73706c2f7068702d6c69622d736d736c61622e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ittoolspl/php-lib-smslab)[![Build Status](https://camo.githubusercontent.com/048e64922372599c6cd71288558bb10ee69635cbf6fcadd5e8729a87530147e2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6974746f6f6c73706c2f7068702d6c69622d736d736c61622f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ittoolspl/php-lib-smslab/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d0ed1bcc8b903344f2d295519771736ed3a585d5514668aff2b692946c580484/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6974746f6f6c73706c2f7068702d6c69622d736d736c61622f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ittoolspl/php-lib-smslab/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/e1c4af6d1e88c54440dd8fa0c594bebc4a0b0a8f40aff4e04f4985256209b2f9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6974746f6f6c73706c2f7068702d6c69622d736d736c61622f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ittoolspl/php-lib-smslab/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/474b9b0b6bffd9aff832281967bceb99e6583716f2c35460f0d2a5ca2011a46d/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38643164636435382d623164312d346361612d383635392d6362306337363430323738362f6d696e692e706e67)](https://insight.sensiolabs.com/projects/8d1dcd58-b1d1-4caa-8659-cb0c76402786)

**This repository is a copy of "ittoolspl / php-lib-smslabs" repository because it has been removed from GitHub. All rights to this library are owned by its author.**

Tags
----

[](#tags)

- v1.0 - deprecated tag without tests for PHP 5.6+
- v2.0 - fully tested tag for PHP 5.6+
- v3.0 - fully tested tag for PHP 7.0+

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

[](#installation)

The recommended way to install the library is through [Composer](http://getcomposer.org):

```
$ composer require jkb32/smslabs-php-sdk
```

Usage
-----

[](#usage)

**Constructor:**

```
$sms = new \Ittoolspl\Smslabs\SmslabsClient($appKey, $secret);
```

**Send SMS:**

```
$sms->setSenderId($numberOrSenderId)
    ->setExpirationMinutes($minutes) // optionally
    ->setSendDate($dateTime) // optionally
    ->setFlashMessage($isFlashMessage) // optionally
    ->add($number, $message)
    ->send();
```

**Show queued SMS (before send())**

```
$sms->getSmsQueue();
```

**Get recently sent SMS status (after send()):**

```
$sms->getSentStatus();
```

**Get available SenderId:**

```
$sms->getAvailableSenders();
```

**Account Balance:**

```
$sms->getAccountBalance();
```

**Check incoming SMS:**

```
$sms->getSmsIn();
```

**Check sent SMS:**

```
$sms->getSmsOut($offset, $limit);
```

**Check details of SMS:**

```
$sms->getSmsDetails();
```

Contributing
------------

[](#contributing)

Feel free to contribute. If you've got any problems/ideas, please create new [issue](https://github.com/tableless/Sublime/issues) or develop new pull request.

License
-------

[](#license)

php-lib-smslab is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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 ~3 days

Total

2

Last Release

1441d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3a21e24b6e6d86b4bacc063e5b6f54554649a3d951ce528cedf2d242e0cb09c?d=identicon)[automater-pl](/maintainers/automater-pl)

---

Top Contributors

[![jkb32](https://avatars.githubusercontent.com/u/2817195?v=4)](https://github.com/jkb32 "jkb32 (5 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jkb32-smslabs-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/jkb32-smslabs-php-sdk/health.svg)](https://phpackages.com/packages/jkb32-smslabs-php-sdk)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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