PHPackages                             virtualorz/every8dsms - 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. virtualorz/every8dsms

ActiveLibrary

virtualorz/every8dsms
=====================

0.0.5(6y ago)0699PHP

Since Jul 12Pushed 6y agoCompare

[ Source](https://github.com/virtualorz/every8DSMS)[ Packagist](https://packagist.org/packages/virtualorz/every8dsms)[ RSS](/packages/virtualorz-every8dsms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

Usage
=====

[](#usage)

Use for Laravel website to send SMS message via [every8d](https://tw.every8d.com) service

Install
=======

[](#install)

```
composer require virtualorz/every8DSMS

```

Config
======

[](#config)

edit config/app.php

```
'providers' => [
    ...
    Virtualorz\Every8DSMS\Every8DSMSServiceProvider::class
]

'aliases' => [
    ...
    'Every8DSMS' => Virtualorz\Every8DSMS\Facades\Every8DSMS::class,
]

```

Publish data
============

[](#publish-data)

```
php artisan vendor:publish --provider="Virtualorz\Every8DSMS\Every8DSMSServiceProvider"

```

Edit Config
===========

[](#edit-config)

edit config/every8DSMS.php ,
account for every8d login account,
password for every8d login password.
please, DO NOT EDIT 'Api\_url'

Method
======

[](#method)

###### send($message, $phone, $subject)

[](#sendmessage-phone-subject)

```
send $message to $phone, $phone can be multiple numbers, for example "09889876543,09777876543", $subject can be null

return value :
data['status'] = 1; //1 for success 0 for fail
data['status_string'] = ""; //success or fail
data['message'] = '';//success cost message or fail message
data['data'] = [
    'CREDIT' => '',// the recent point on every8d
    'SENDED' => '',// hwo many sms send this time
    'COST' => '',// cost point this time
    'UNSEND' => '',// how many can not send sms
    'BATCH_ID' => '',// id for this send
]

```

###### getCredit()

[](#getcredit)

```
get the point on every8d

return value :
    data['status'] = 1; //1 for success 0 for fail
    data['status_string'] = ""; //success or fail
    data['message'] = '';//success cost message or fail message
    data['data'] = recent point

```

中文版本文件
======

[](#中文版本文件)

[Every8DSMS : 傳送簡訊超簡單](http://www.alvinchen.club/2019/07/12/%e4%bd%9c%e5%93%81laravel-package-every8dsms-%e5%82%b3%e9%80%81%e7%b0%a1%e8%a8%8a%e8%b6%85%e7%b0%a1%e5%96%ae/)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

5

Last Release

2474d ago

### Community

Maintainers

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

---

Top Contributors

[![alvin-js](https://avatars.githubusercontent.com/u/59727853?v=4)](https://github.com/alvin-js "alvin-js (6 commits)")

### Embed Badge

![Health badge](/badges/virtualorz-every8dsms/health.svg)

```
[![Health](https://phpackages.com/badges/virtualorz-every8dsms/health.svg)](https://phpackages.com/packages/virtualorz-every8dsms)
```

PHPackages © 2026

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