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

0435PHP

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 today

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

21

—

LowBetter than 17% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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)
```

###  Alternatives

[alfallouji/php_multithread

iPHP library to handle multi-threading

3231.0k](/packages/alfallouji-php-multithread)[heimrichhannot/contao-encore-bundle

This bundle brings deep integration for symfony encore into contao. On the one hand, your can prepare your bundles to define own webpack entries, which added with just one command to your webpack entries. On the other hand, this bundle allows you to add encore entries only on the pages you need them for optimizing your website performance.

1016.8k](/packages/heimrichhannot-contao-encore-bundle)

PHPackages © 2026

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