PHPackages                             kubill/emay-for-laravel - 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. kubill/emay-for-laravel

ActiveLibrary

kubill/emay-for-laravel
=======================

emay SMS for laravel5.\*

1.0.1(8y ago)019MITPHP

Since Jan 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kubill/emay-for-laravel)[ Packagist](https://packagist.org/packages/kubill/emay-for-laravel)[ Docs](https://github.com/kubill/emay-for-laravel)[ RSS](/packages/kubill-emay-for-laravel/feed)WikiDiscussions master Synced 2mo ago

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

EmaySMS
=======

[](#emaysms)

亿美短信接口轮子

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

[](#installation)

Install using composer:

```
composer require kubill/emay-for-laravel
```

Laravel version &lt; 5.5 (optional)
-----------------------------------

[](#laravel-version--55-optional)

Add the service provider in `config/app.php`:

```
Kubill\Emay\EmayServiceProvider::class,
```

And add the Agent alias to `config/app.php`:

```
'Emay' => Kubill\Emay\Facades\Emay::class,
```

Basic Usage
-----------

[](#basic-usage)

Start by creating an `Emay` instance (or use the `Emay` Facade if you are using Laravel):

```
use Kubill\Emay\Emay;

$emay = new Emay();
$emay->send(138xxxxxxxx,'hello world');
```

OR

```
use Kubill\Emay\Emay;
Emay::send(138xxxxxxxx,'hello world');
```

License
-------

[](#license)

Laravel User Agent is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3044d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5bb340a8881098072494fd3a284ce0941d84832c353c8471bc3bda524762a91b?d=identicon)[kubill](/maintainers/kubill)

---

Top Contributors

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

---

Tags

sms-client

### Embed Badge

![Health badge](/badges/kubill-emay-for-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/kubill-emay-for-laravel/health.svg)](https://phpackages.com/packages/kubill-emay-for-laravel)
```

PHPackages © 2026

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