PHPackages                             zarulizham/onewaysms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zarulizham/onewaysms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zarulizham/onewaysms
====================

OneWaySMS package

0434PHP

Since Jan 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zarulizham/onewaysms)[ Packagist](https://packagist.org/packages/zarulizham/onewaysms)[ RSS](/packages/zarulizham-onewaysms/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

OneWaySMS Laravel Package
=========================

[](#onewaysms-laravel-package)

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

[](#installation)

---

You can pull in the package via composer:

```
composer require zarulizham/OneWaySMS

```

### Installation (Laravel 5.5 and below)

[](#installation-laravel-55-and-below)

Then add this line to `config/app.php` in `providers`

```
OneWaySMS\SmsServiceProvider::class,

```

Store username and password credentials in `.env` or simply put in `make()` (see example below)

### Additional .env attributes

[](#additional-env-attributes)

```
ONEWAY_USERNAME=
ONEWAY_PASSWORD=

```

Usage
-----

[](#usage)

---

### Example 1

[](#example-1)

```
use OneWaySMS\SMS

SMS::to("0123456789")->message("Hello there!")->send();
```

There is no need to use make() if credential stored in `.env`

### Example 2

[](#example-2)

```
use OneWaySMS\SMS

SMS::make([
    'username' => 'yourusernamehere',
    'password' => 'yourpasswordhere',
])->to("0123456789")->message("Hello there!")->send();
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![zarulizham94](https://avatars.githubusercontent.com/u/39956638?v=4)](https://github.com/zarulizham94 "zarulizham94 (9 commits)")

### Embed Badge

![Health badge](/badges/zarulizham-onewaysms/health.svg)

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

PHPackages © 2026

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