PHPackages                             officegest/officegest-send-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. officegest/officegest-send-sms

ActiveLibrary

officegest/officegest-send-sms
==============================

2.0.1(4y ago)1119MITPHPPHP ^7.1|^8

Since Oct 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Officegest/laravel-officegest-sms)[ Packagist](https://packagist.org/packages/officegest/officegest-send-sms)[ RSS](/packages/officegest-officegest-send-sms/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

Officegest SMS (Laravel Package)
--------------------------------

[](#officegest-sms-laravel-package)

This is a laravel package to send sms using officegest.

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

[](#installation)

```
composer require officegest/officegest-send-sms

```

Laravel &lt; 8.0 Add ServiceProvider to your `config/app.php`

```
OfficegestSms\OfficegestSmsServiceProvider::class,

```

If you need to publish the config file for this package. This will add the file `config/officegest-sms.php`, where you can configure this package.

```
$ php artisan vendor:publish --provider="OfficegestSms\OfficegestSmsServiceProvider" --tag=config

```

You need add this variables to your .env

```
OFFICEGEST_SMS_ACTIVE=true
OFFICEGEST_SMS_URL="your_officegest_url"
OFFICEGEST_SMS_USER="your_user"
OFFICEGEST_SMS_KEY="your_api_key"

```

Usage
-----

[](#usage)

### Function OfficegestSms-&gt;send()

[](#function-officegestsms-send)

Parameters: string $phone\_number, string $text

[![Screenshot](https://camo.githubusercontent.com/27e03b6f69b09892dc38dd01c9a783c4fed24ecebc27453e715fefea2629039b/68747470733a2f2f692e696d6775722e636f6d2f6e5563634773552e706e67)](https://camo.githubusercontent.com/27e03b6f69b09892dc38dd01c9a783c4fed24ecebc27453e715fefea2629039b/68747470733a2f2f692e696d6775722e636f6d2f6e5563634773552e706e67)

Security
--------

[](#security)

If you discover any security related issues, please email  or use issues of this repo.

Credits
-------

[](#credits)

- [Officegest.com](https://officegest.com)
- [Guisoft.net](https://guisoft.net)
- [All Contributors](../../contributors)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

1604d ago

Major Versions

v1.0 → 2.0.12021-12-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b16e1bd4ef7cc35d15f60f5692f50ac31fdde2f4ebaa0ecacd20d63f46f472b?d=identicon)[officegest](/maintainers/officegest)

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

---

Top Contributors

[![stephanesoares](https://avatars.githubusercontent.com/u/4375100?v=4)](https://github.com/stephanesoares "stephanesoares (8 commits)")

---

Tags

laravellaravel-packagephpsms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/officegest-officegest-send-sms/health.svg)

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

PHPackages © 2026

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