PHPackages                             weboxlt/lutex-api-v1-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. [API Development](/categories/api)
4. /
5. weboxlt/lutex-api-v1-php-sdk

ActiveLibrary[API Development](/categories/api)

weboxlt/lutex-api-v1-php-sdk
============================

lutex API v1 PHP

v1.2(3y ago)0451↓100%MITPHPPHP ^5.5|^7.0|^8.0

Since Oct 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/WeBoxlt/lutex-api-v1-php-sdk)[ Packagist](https://packagist.org/packages/weboxlt/lutex-api-v1-php-sdk)[ Docs](https://github.com/weboxlt)[ RSS](/packages/weboxlt-lutex-api-v1-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

lutex.lt API v1 PHP SDK (not official)
======================================

[](#lutexlt-api-v1-php-sdk-not-official)

Getting started
---------------

[](#getting-started)

In order to use this library you need to have at least PHP 5.5 version. You can use it for lutex.lt API.

There are two ways to use lutex PHP SDK:

##### Use [Composer](https://getcomposer.org/)

[](#use-composer)

If you are not familiar with Composer, learn about it [here](https://getcomposer.org/doc/01-basic-usage.md).

Then you will need to run this simple command using CLI:

```
composer require weboxlt/lutex-api-v1-php-sdk

```

##### Manual

[](#manual)

Download [this archive](https://github.com/WeBoxlt/lutex-api-v1-php-sdk/archive/master.zip), extract it and place its contents in your project. The next step is the same as using Composer, you will need to require `vendor/autoload.php` file in your index.php!

#### 1. Usage example to send SMS message

[](#1-usage-example-to-send-sms-message)

```
$smsClient = new eSMS\SmsClient('YOUR_USERNAME', 'YOUR_PASSWORD');
try {
    $smsHandler = $smsClient->sms();
    $smsHandler->setFrom('YOUR NAME');
    $smsHandler->addRecipient('RECIPIENT_NUMBER_1');
    $smsHandler->addRecipient('RECIPIENT_NUMBER_2');
    $smsHandler->setMessage('Hello world!');

    $data = $smsHandler->sendSimpleSMS();
    $smsHandler->destroy();
} catch (\Exception $e) {
    print( $e->getMessage());
}
```

#### 2. Usage example to receive logs

[](#2-usage-example-to-receive-logs)

`SMS logs are available for the last 48 hours!`

```
$smsClient = new eSMS\SmsClient('YOUR_USERNAME', 'YOUR_PASSWORD');
try {
    $logsHandler = $smsClient->logs();
    $logsHandler->setLimit(10);
    $logsHandler->setMessageId('MESSAGE_ID');
    $logsHandler->setBulkId('BULK_ID');
    $logsHandler->setTo('PHONE_NUMBER');
    $logsHandler->setFrom('SENT_FROM');
    $logsHandler->setSentSince('2022-12-21');
    $logsHandler->setSentUntil('2022-12-25');
    $logsHandler->setGeneralStatus($logsHandler::STATUS_EXPIRED);

    $data = $logsHandler->get();
} catch (\Exception $e) {
    print( $e->getMessage());
}
```

Support and Feeback
-------------------

[](#support-and-feeback)

In case you find any bugs, submit an issue directly here in GitHub.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~588 days

Total

3

Last Release

1234d ago

PHP version history (2 changes)v1.0PHP ^5.5|^7.0

v1.1PHP ^5.5|^7.0|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3954e9cf9bdcd5436035641f86981482d0af29ffc90faf0281425fe61d0d5d09?d=identicon)[Arijus](/maintainers/Arijus)

---

Top Contributors

[![Arijus](https://avatars.githubusercontent.com/u/8352972?v=4)](https://github.com/Arijus "Arijus (5 commits)")[![arijusasg](https://avatars.githubusercontent.com/u/205169599?v=4)](https://github.com/arijusasg "arijusasg (2 commits)")

---

Tags

phpsdksmsesmslutex

### Embed Badge

![Health badge](/badges/weboxlt-lutex-api-v1-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/weboxlt-lutex-api-v1-php-sdk/health.svg)](https://phpackages.com/packages/weboxlt-lutex-api-v1-php-sdk)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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