PHPackages                             vvinners/movider - 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. [Framework](/categories/framework)
4. /
5. vvinners/movider

ActiveLibrary[Framework](/categories/framework)

vvinners/movider
================

Movider Laravel Library

1.1.0(4y ago)0621[1 issues](https://github.com/vvinners/movider/issues)MITPHPPHP ^7.4|^8.0

Since Jul 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/vvinners/movider)[ Packagist](https://packagist.org/packages/vvinners/movider)[ Docs](https://github.com/vvinners/movider)[ RSS](/packages/vvinners-movider/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

Very short description of the package
=====================================

[](#very-short-description-of-the-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d33e9474ad51b2a6592fb11719bc1a77c9a0c65e667e5138a0067469f778ea49/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7676696e6e6572732f6d6f76696465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vvinners/movider)[![Total Downloads](https://camo.githubusercontent.com/560ccc94beb12500404e9bb3603e13aa5c00ec704d016cf8b03619337c8d6a6c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7676696e6e6572732f6d6f76696465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vvinners/movider)[![GitHub Actions](https://github.com/vvinners/movider/actions/workflows/main.yml/badge.svg)](https://github.com/vvinners/movider/actions/workflows/main.yml/badge.svg)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

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

[](#installation)

You can install the package via composer:

```
composer require vvinners/movider
```

Publish config file to app/config

```
php artisan vendor:publish --provider="VVinners\Movider\MoviderServiceProvider" --tag=config
php artisan vendor:publish --provider="VVinners\Movider\MoviderServiceProvider" --tag=migration
php artisan migrate --path=/database/migrations/2021_09_22_073143_create_movider_log_table.php
```

Put this to config/app.php if the package is not auto discovered

```
VVinners\Movider\MoviderServiceProvider::class
```

Usage
-----

[](#usage)

You can add Movider credentials into your .env file:

```
MOVIDER_API_KEY=************************
MOVIDER_API_SECRET=********************************
```

### Demo

[](#demo)

Send SMS API by passing message and phone number Last variable can be optional

```
use VVinners\Movider\Movider;

$moviderProvider = new Movider;
$response = $moviderProvider->sendMessage('Test', '60123456789', 'MOVIDER');
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 88.9% 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 ~21 days

Total

4

Last Release

1744d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57005866?v=4)[VVinners](/maintainers/VVinners)[@vvinners](https://github.com/vvinners)

---

Top Contributors

[![marktan93](https://avatars.githubusercontent.com/u/4466554?v=4)](https://github.com/marktan93 "marktan93 (8 commits)")[![JeffChuaZiLe](https://avatars.githubusercontent.com/u/24779457?v=4)](https://github.com/JeffChuaZiLe "JeffChuaZiLe (1 commits)")

---

Tags

vvinnersmovider

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vvinners-movider/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M300](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M188](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M145](/packages/laravel-mcp)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k11](/packages/laravel-surveyor)

PHPackages © 2026

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