PHPackages                             hostlink/epost-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. hostlink/epost-php

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

hostlink/epost-php
==================

A library for e-post

3.0.3(3w ago)0100MITPHPPHP &gt;=7.0

Since Apr 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/HostLink/epost-php)[ Packagist](https://packagist.org/packages/hostlink/epost-php)[ RSS](/packages/hostlink-epost-php/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (2)Versions (14)Used By (0)

epost-php
=========

[](#epost-php)

Usage
-----

[](#usage)

### SMS

[](#sms)

```
use EPost\SMS;

$sms = new SMS();
//$sms->setCountryCode("852");  you can set country code. if not set, default 852
$sms->setPhone("27717387"); //no need add 852
$sms->setContent("Hello");

$key="..."; //get from hostlink
$epost = new EPost($key);
print_r($epost->sendSMS($sms));

### get SMS report
```php
$sms = new SMS();
$from="2021-05-10";
$to="2021-05-15";
$report = $epost->getSMSReport($from,$to);
```

### get quota and expiry date

[](#get-quota-and-expiry-date)

```
$epost = new EPost($key);
echo $epost->getSMSQuota();
echo $epost->getSMSExpiryDate();
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance53

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Recently: every ~292 days

Total

13

Last Release

27d ago

Major Versions

1.3.0 → 2.0.02023-03-17

2.0.2 → 3.0.02026-05-28

PHP version history (3 changes)1.0.0PHP &gt;=7.3

2.0.0PHP ^8.0

3.0.0PHP &gt;=7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18732337?v=4)[Raymond](/maintainers/mathsgod)[@mathsgod](https://github.com/mathsgod)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hostlink-epost-php/health.svg)

```
[![Health](https://phpackages.com/badges/hostlink-epost-php/health.svg)](https://phpackages.com/packages/hostlink-epost-php)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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