PHPackages                             munafio/oursms-laravel - 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. munafio/oursms-laravel

ActiveLibrary

munafio/oursms-laravel
======================

Laravel OurSMS API Integration

v0.1.0(4y ago)643MITPHP

Since Jun 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/munafio/oursms-laravel)[ Packagist](https://packagist.org/packages/munafio/oursms-laravel)[ RSS](/packages/munafio-oursms-laravel/feed)WikiDiscussions master Synced today

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

OurSMS-Laravel
==============

[](#oursms-laravel)

```
The Service Has STOPPED!

```

Laravel OurSMS API Integration

[![Latest Stable Version](https://camo.githubusercontent.com/6f421c9716f083d11d2ccad7fdd18068b4706ec58c038bc130bb3c03b44ff821/68747470733a2f2f706f7365722e707567782e6f72672f6d756e6166696f2f6f7572736d732d6c61726176656c2f762f737461626c65)](https://packagist.org/packages/munafio/oursms-laravel)[![Total Downloads](https://camo.githubusercontent.com/e7f2c4296170530082e7acd6c36e3115db509565b4d3aaa880db04638633ef91/68747470733a2f2f706f7365722e707567782e6f72672f6d756e6166696f2f6f7572736d732d6c61726176656c2f646f776e6c6f616473)](https://packagist.org/packages/munafio/oursms-laravel)[![License](https://camo.githubusercontent.com/9b6a5fa8d3cd456187583760ef7ba9b988e057752d4ac3b5b542d1eb48adc27a/68747470733a2f2f706f7365722e707567782e6f72672f6d756e6166696f2f6f7572736d732d6c61726176656c2f6c6963656e7365)](https://packagist.org/packages/munafio/oursms-laravel)

Installation
============

[](#installation)

1. Require the package into your Laravel application:

```
$ composer require munafio/oursms-laravel

```

2. Install OurSMS using the following artisan command:

```
$ php artisan oursms:install

```

this will publish the configurations and create `oursms` environment variables inside your application's `.env` file and setups everything for you.

3. Modify the following variables in your application's `.env` with your OurSMS Account's credentials:

```
...
OURSMS_USER_ID=
OURSMS_SECRET_KEY=

```

That's it, enjoy :)

Quick Start
===========

[](#quick-start)

you can easily use this package inside your application, all you need is to import package's `facade` anywhere inside your application (e.g. inside the controllers) as the following:

```
use Munafio\OurSMS\Facades\OurSMS;
```

**or**, you can use it directly without importing the `facade` as the following:

```
...
public function example(Request $request){
	...
	OurSMS::sendOSM(...,...);
	...
}
...
```

Available Methods
=================

[](#available-methods)

### Send One Single Message ( OSM )

[](#send-one-single-message--osm-)

```
OurSMS::sendOSM($phoneNumber, $message);
```

### Send One Time Password ( OTP )

[](#send-one-time-password--otp-)

```
OurSMS::sendOTP($phoneNumber, $message);
```

### Get Status for SMS

[](#get-status-for-sms)

```
OurSMS::getStatus($messageId);
```

Configurations
==============

[](#configurations)

You can find the configurations file at `config/oursms.php` in your application, which contains the following properties:

```
/*
|-------------------------------------
| OurSMS service credentials
|-------------------------------------
*/
'user_id'  =>  env('OURSMS_USER_ID',  null),
'secret_key'  =>  env('OURSMS_SECRET_KEY',  null),
```

- `user_id` you own user id in the website.
- `secret_key` your own secret key you can find it next to the `user id` in the website.

```
/*
|-------------------------------------
| OurSMS service API base_uri
|-------------------------------------
*/
'base_uri'  =>  'https://oursms.app/api/v1/SMS'
```

- `base_uri` is the base url of `OurSMS `service's endpoints.

Change log
----------

[](#change-log)

[CHANGELOG.md](https://github.com/munafio/oursms-laravel)

Author
------

[](#author)

[Munaf A. Mahdi](https://www.munafio.com/p/contact-me.html)

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

1796d ago

### Community

Maintainers

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

---

Top Contributors

[![munafio](https://avatars.githubusercontent.com/u/20261627?v=4)](https://github.com/munafio "munafio (14 commits)")

### Embed Badge

![Health badge](/badges/munafio-oursms-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/munafio-oursms-laravel/health.svg)](https://phpackages.com/packages/munafio-oursms-laravel)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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