PHPackages                             pantagruel964/e-pochta - 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. pantagruel964/e-pochta

ActiveLibrary[API Development](/categories/api)

pantagruel964/e-pochta
======================

A Laravel 5 package for epochta.ru API

1.0(8y ago)022MITPHPPHP &gt;=7.0

Since Apr 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/pantagruel964/e-pochta)[ Packagist](https://packagist.org/packages/pantagruel964/e-pochta)[ RSS](/packages/pantagruel964-e-pochta/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel 5 package for ePochta API
---------------------------------

[](#laravel-5-package-for-epochta-api)

### Installation

[](#installation)

`composer require pantagruel964/e-pochta`

Publish config

`php artisan vendor:publish --tag=config`

### Using

[](#using)

With Facade

```
\Epochta::sendSms('Sender', 'Message', '7926584');

```

or

```
use Pantagruel964\Epochta\Epochta;
...
$epochta = new Epochta();
$epochta->sendSms('Sender', 'Message', '7926584');
$epochta->getUserBalance();

```

### License

[](#license)

This package for Laravel is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

2962d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6a7c823c32690e87a643c579aa42f35334282920ed382ec84cb8d8b11d9a386?d=identicon)[pantagruel964](/maintainers/pantagruel964)

---

Top Contributors

[![pantagruel964](https://avatars.githubusercontent.com/u/13514364?v=4)](https://github.com/pantagruel964 "pantagruel964 (1 commits)")

---

Tags

apilaravelsms epochta

### Embed Badge

![Health badge](/badges/pantagruel964-e-pochta/health.svg)

```
[![Health](https://phpackages.com/badges/pantagruel964-e-pochta/health.svg)](https://phpackages.com/packages/pantagruel964-e-pochta)
```

###  Alternatives

[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)[multicaret/laravel-unifonic

 A library to integrate with Unifonic API to send SMS

25182.9k2](/packages/multicaret-laravel-unifonic)

PHPackages © 2026

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