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

ActiveLibrary

capital/oursms
==============

oursms implementation

26PHP

Since Jun 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hussein4alaa/oursms)[ Packagist](https://packagist.org/packages/capital/oursms)[ RSS](/packages/capital-oursms/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

OurSMS
======

[](#oursms)

### You can send SMS and OTP easily now

[](#you-can-send-sms-and-otp-easily-now)

[![image](https://github.com/hussein4alaa/oursms/raw/main/oursms.jpg)](https://github.com/hussein4alaa/oursms/blob/main/oursms.jpg)

Installation:
-------------

[](#installation)

Require this package with composer using the following command:

```
$ composer require capital/oursms
```

```
$ php artisan vendor:publish --provider=Capital\OurSms\OurSmsServiceProvider
```

Usage
-----

[](#usage)

##### in `.env` insert :

[](#in-env-insert-)

```
OUR_SMS_ID=your_id
OUR_SMS_KEY=your_key
```

you 'll find it in

##### to send one sms :

[](#to-send-one-sms-)

```
use Capital\OurSms\Send;
.
.
.
Send::oneSms('07*********', 'Your Message');
```

##### to send one sms :

[](#to-send-one-sms--1)

```
use Capital\OurSms\Send;
.
.
.
Send::otp('07*********', 'OTP expire time in minutes');
```

##### check OPT :

[](#check-opt-)

```
use Capital\OurSms\Send;
.
.
.
Send::checkOTP('07*********', 'OTP Code');
```

##### get message status :

[](#get-message-status-)

```
use Capital\OurSms\Send;
.
.
.
Send::status('messageID');
```

##### Note :

[](#note-)

```
You can use phone number format like that:
07*********
7*********
9647*********
```

### License

[](#license)

OutSms is free software licensed under the MIT license.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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/d7b7c2556272b7d41b2b756e7791f812c3a22b8ab34fa69d47ae1d8806b67cb6?d=identicon)[hussein4alaa](/maintainers/hussein4alaa)

---

Top Contributors

[![hussein4alaa](https://avatars.githubusercontent.com/u/13614747?v=4)](https://github.com/hussein4alaa "hussein4alaa (11 commits)")

### Embed Badge

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

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

PHPackages © 2026

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