PHPackages                             fomvasss/epochta-sms - 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. fomvasss/epochta-sms

AbandonedArchivedPackage[API Development](/categories/api)

fomvasss/epochta-sms
====================

Package for sending SMS in Laravel ~5.3

v1.0.2(9y ago)1164MITPHPPHP &gt;=5.5.9

Since Dec 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/fomvasss/epochta-sms)[ Packagist](https://packagist.org/packages/fomvasss/epochta-sms)[ Docs](https://github.com/fomvasss/epochta-sms)[ RSS](/packages/fomvasss-epochta-sms/feed)WikiDiscussions fomin Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Epochta-sms
===========

[](#epochta-sms)

Package for sending SMS in Laravel ~5.3 (use service )

Install
=======

[](#install)

```
composer require "fomvasss/epochta-sms"

```

register the service provider and aliases in config/app.php:

```
  Fomvasss\Epochta\EpochtaServiceProvider::class,
  ...
  'Epochta' => Fomvasss\Epochta\Services\Epochta::class,

```

Then publish assets with

```
php artisan vendor:publish

```

This will add the file config/epchta\_sms.php

Config
======

[](#config)

Edit file config/epchta\_sms.php, set:

- private\_key
- public\_key
- test\_mode
- sms\_lifetime
- currency

Using
=====

[](#using)

\##Using facades Epochta

```
use Fomvasss\Epochta\Services\Facade\Epochta;

```

Now, you can use next:

```
Epochta::sendSms($sender, $text, $phone) //return ID SMS

```

```
Epochta::getUserBalance()   //return float

```

```
Epochta::getSmsStatus($idSms);  //return string status SMS

```

Function getSmsStatus() return next statuses:

- Ошибка сервера
- В очереди отправки
- Отправлено
- Доставлено
- Не доставлено
- Неверный номер
- Отрправлено в спам

\##Using objects APISMS, Addressbook and Account (original API)

```
use Fomvasss\Epochta\Libraries\APISMS;
use Fomvasss\Epochta\Libraries\Account;
use Fomvasss\Epochta\Libraries\Addressbook;
use Fomvasss\Epochta\Libraries\Exceptions;

```

```
$sms=new APISMS();
$addressbook=new Addressbook($Gateway);
$account=new Account($Gateway);
$account=new Exceptions($Gateway);

```

Example sended SMS

```
$res = $sms->sendSMS('SenderName', 'your sms text :)', '+380969416666', null, 0);
$res['result']['id']; // ID SMS

```

Other method and API see this doc:

-
-

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f99b460639e7d6871597882226b1e0d9e3055992eac8b22bfcd4f90fbdac95c?d=identicon)[fomvasss](/maintainers/fomvasss)

---

Top Contributors

[![fomvasss](https://avatars.githubusercontent.com/u/19834478?v=4)](https://github.com/fomvasss "fomvasss (20 commits)")

---

Tags

sms epochta

### Embed Badge

![Health badge](/badges/fomvasss-epochta-sms/health.svg)

```
[![Health](https://phpackages.com/badges/fomvasss-epochta-sms/health.svg)](https://phpackages.com/packages/fomvasss-epochta-sms)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[aloha/twilio

Twilio API for Laravel

4733.6M5](/packages/aloha-twilio)[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1102.8M18](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1101.9M5](/packages/plivo-php-sdk)[smsapi/php-client

SMSAPI API PHP Client

652.1M17](/packages/smsapi-php-client)[africastalking/africastalking

Official Africa's Talking PHP SDK

122557.6k10](/packages/africastalking-africastalking)

PHPackages © 2026

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