PHPackages                             sinarahmany/laravel-voipms - 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. [API Development](/categories/api)
4. /
5. sinarahmany/laravel-voipms

ActiveLibrary[API Development](/categories/api)

sinarahmany/laravel-voipms
==========================

VOIP Ms API for Laravel

0.3.1(3y ago)480MITPHPPHP &gt;=7.4.0

Since Apr 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sinarahmany/laravel-voipMs)[ Packagist](https://packagist.org/packages/sinarahmany/laravel-voipms)[ RSS](/packages/sinarahmany-laravel-voipms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (5)Used By (0)

laravel-voipms
==============

[](#laravel-voipms)

Laravel Voip Ms API Integration - the perfect wingman for your Laravel project to connect with your VoIP Ms crush!

[![Total Downloads](https://camo.githubusercontent.com/7d3a41b8f8bc3816f30dfb0162d6a092f08db56a5fdfa8a647f6bef8e0862188/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73696e617261686d616e792f6c61726176656c2d766f69706d732e7376673f7374796c653d666c6174)](https://packagist.org/packages/sinarahmannejad/laravel-voipm)[![Latest Stable Version](https://camo.githubusercontent.com/7fa5e928f96105311240889ab0d6786a22eed52a9bdc993a220eaa5aa4e1916c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696e617261686d616e792f6c61726176656c2d766f69706d732e7376673f7374796c653d666c6174)](https://packagist.org/packages/sinarahmannejad/laravel-voipm)[![License](https://camo.githubusercontent.com/3515ecf0baa252e227d6823edb6a0563ba2406492b49e9744d6d9564430219e9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73696e617261686d616e792f6c61726176656c2d766f69706d733f7374796c653d666c6174)](#license)

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

[](#installation)

Begin by installing this package through Composer. Run this command from the Terminal:

```
  composer require sinarahmany/laravel-voipms
  php artisan vendor:publish --provider="Sinarahmany\LaravelVoipMs\VoipMsServiceProvider"
```

Environment Variables
---------------------

[](#environment-variables)

To run this project, you will need to add the following environment variables to your .env file

`VOIPMS_API_URL=https://voip.ms/api/v1/rest.php`

`VOIPMS_USERNAME={YOUR_USERNAME}`

`VOIPMS_PASSWORD={YOUR_PASSWORD}`

`VOIPMS_DID={YOUR_DID}`

Usage
-----

[](#usage)

First, include the Facade class at the top of your file:

```
use Sinarahmany\LaravelVoipMs\VoipMs;
```

To send an SMS message to a destination number, use the `sendSMS` method:

```
VoipMs::sendSMS($yourNumber, $yourText);
```

To send an MMS message to a destination number, use the `sendMMS` method:

```
VoipMs::sendMMS($yourNumber, $yourText, $imageurl (optional));
// Note: $imageUrl is optional.
```

To retrieve a list of SMS messages by date range, SMS type, DID number, and contact, use the `getSMS` method:

```
VoipMs::getSMS(['id' => $smsId, 'from' => $fromDate, 'to' => $toDate, 'type' => $smsType, 'contact' => $contactNumber, 'limit' => $limit]);
// Note: passed params are optional.
```

Note for Developers:
--------------------

[](#note-for-developers)

This is a development package and may be subject to frequent changes and updates as development continues. It is recommended that you regularly check for updates and incorporate any changes as needed.

Thank you for using this development package, and happy coding!

Feedback
--------

[](#feedback)

If you have any feedback, please reach out to us at [sinarahmannejad.com](https://sinarahmannejad.com).

Credits
-------

[](#credits)

- [@sinarahmany](https://www.github.com/sinarahmany)

License
-------

[](#license)

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

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity13

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.

###  Release Activity

Cadence

Every ~5 days

Total

4

Last Release

1113d ago

PHP version history (2 changes)0.1.0PHP &gt;=7.2.0

0.2.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c78045f17c830e800fd0c78068d956aea64a0051cc8c0cca9a88f2195be85ca?d=identicon)[sinarahmany](/maintainers/sinarahmany)

---

Top Contributors

[![sinarahmany](https://avatars.githubusercontent.com/u/46980823?v=4)](https://github.com/sinarahmany "sinarahmany (13 commits)")

---

Tags

apilaravelsmsvoip.ms

### Embed Badge

![Health badge](/badges/sinarahmany-laravel-voipms/health.svg)

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

###  Alternatives

[kavenegar/laravel

laravel 4 and 5 kavenegar integration

87336.7k4](/packages/kavenegar-laravel)[multicaret/laravel-unifonic

 A library to integrate with Unifonic API to send SMS

25182.9k2](/packages/multicaret-laravel-unifonic)[melipayamak/laravel

Laravel Melipayamak Integration

2528.9k1](/packages/melipayamak-laravel)[lakshmajim/plivo

Send SMS using Plivo Cloud API

205.7k](/packages/lakshmajim-plivo)

PHPackages © 2026

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