PHPackages                             loopcraft/msgowl - 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. loopcraft/msgowl

ActiveLibrary

loopcraft/msgowl
================

This is my package msgowl

0177[2 PRs](https://github.com/zaruto/msgowl/pulls)PHP

Since Aug 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zaruto/msgowl)[ Packagist](https://packagist.org/packages/loopcraft/msgowl)[ RSS](/packages/loopcraft-msgowl/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

This is msgowl
==============

[](#this-is-msgowl)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2788b83c8afcc04782ed4f94e4b220151b6ecc1090625763eed0d506ecdf6e18/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f6f7063726166742f6d73676f776c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/loopcraft/msgowl)[![GitHub Tests Action Status](https://camo.githubusercontent.com/48e493db5b743cccffe7ec8e60cf8feffd2657b41ca1d0c473c930efb3fba3d9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c6f6f7063726166742f6d73676f776c2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/loopcraft/msgowl/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/48d660c251fdc7d3da7346b9328b92b89a4a5e6a0ae8954b83ef7f40c34f1b7f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6c6f6f7063726166742f6d73676f776c2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/loopcraft/msgowl/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/b4bddbb474444e7eba6d682d26465aeaa07bc7e6e7aca4195d4cd5381024c85b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6f6f7063726166742f6d73676f776c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/loopcraft/msgowl)

A secure SMS Messaging platform allowing your business to send bulk SMS Messages to your clients

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/6a383b31d6092dd1eda5075a866dc46cdc1b296d30b48fcf994f23c9c69e44e2/68747470733a2f2f7777772e6c6f63616c2e6d762f77702d636f6e74656e742f75706c6f6164732f6c697374696e672d75706c6f6164732f6c6f676f2f323032302f30312f4c6f6f7043726166745f6c6f676f2e706e67)](https://theloopcraft.com/)

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

[](#installation)

You can install the package via composer:

```
composer require loopcraft/msgowl
```

You can publish the config file with:

```
php artisan vendor:publish --tag="msgowl-config"
```

This is the contents of the published config file:

```
return [
    'sender' =>  env('MSG_OWL_SENDER'), //required

    'urls' => [
        'otp' =>  env('MSG_OWL_OTP_URL', 'https://otp.msgowl.com'),
        'rest' =>  env('MSG_OWL_REST_URL', 'https://rest.msgowl.com'),
    ],

    'keys' => [
        'rest_key' =>  env('MSG_OWL_REST_KEY'),  //required
        'otp_key' => env('MSG_OWL_OTP_KEY'),  //required
    ],

    'notification' => [
        'active' => env('MSG_OWL_NOTIFICATION_ACTIVE', true),
        'threshold' => 50,
        'contact_number' => env('MSG_OWL_SMS_NUMBER'),  //required if notification active is true
        'message' => env('MSG_OWL_SMS_MSG', 'Your MsgOwl balance is getting low'),
    ],

];
```

Usage
-----

[](#usage)

```
MsgOwl::sendMessage('body of sms needed to send','960123456,9603212...',);
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- Write test
- Add OTP support

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits-1)

- [loopcraft](https://github.com/loopcraft)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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/c0981f2dac8c1cc68dd8734e6b0d3fe06ad6fc793dd3dd9ad8d669be9208a240?d=identicon)[zaruto](/maintainers/zaruto)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (14 commits)")[![zaruto](https://avatars.githubusercontent.com/u/25619787?v=4)](https://github.com/zaruto "zaruto (2 commits)")

### Embed Badge

![Health badge](/badges/loopcraft-msgowl/health.svg)

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

PHPackages © 2026

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