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)0615[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 1mo ago

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 54% 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

1698d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bd99a664783f2c7597e947c396c9fff7da8346d1d36675425aad91ce3661d88?d=identicon)[VVinners](/maintainers/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/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[stancl/tenancy

Automatic multi-tenancy for your Laravel application.

4.3k6.6M40](/packages/stancl-tenancy)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)

PHPackages © 2026

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