PHPackages                             vicenterusso/laravel-facilitamovel-channel - 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. vicenterusso/laravel-facilitamovel-channel

ActiveLibrary

vicenterusso/laravel-facilitamovel-channel
==========================================

Facilita Movel notification channel for Laravel

v1.0.0(5y ago)017MITPHPPHP &gt;=7.2

Since Dec 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vicenterusso/laravel-facilitamovel-channel)[ Packagist](https://packagist.org/packages/vicenterusso/laravel-facilitamovel-channel)[ Docs](https://github.com/vicenterusso/laravel-facilitamovel-channel)[ RSS](/packages/vicenterusso-laravel-facilitamovel-channel/feed)WikiDiscussions master Synced yesterday

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

Laravel Facilita Movel Notification Channel
===========================================

[](#laravel-facilita-movel-notification-channel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/aea491530cd89d76e93d5378c072bfd8523ecbe6a693e329aee7538c24b33f73/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766963656e7465727573736f2f6c61726176656c2d666163696c6974616d6f76656c2d6368616e6e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vicenterusso/laravel-facilitamovel-channel)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

This package makes it easy to send notifications using [FacilitaMovel](https://www.facilitamovel.com.br/) with Laravel 5.5+, 6.x, 7.x and 8.x

Facilita Movel channel notification for Laravel. Simple send support only

Contents
--------

[](#contents)

- [Installation](#installation)
    - [Setting up the FacilitaMovel service](#setting-up-the-FacilitaMovel-service)
- [Usage](#usage)
    - [Available Message methods](#available-message-methods)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

You can install the package via composer:

```
$ composer require vicenterusso/laravel-facilitamovel-channel
```

### Setting up the FacilitaMovel service

[](#setting-up-the-facilitamovel-service)

Configure your credentials:

```
// config/services.php
...
'facilitamovel' => [
    'login'    => env('FACILITA_MOVEL_LOGIN', 'YOUR ACCOUNT'),
    'password' => env('FACILITA_MOVEL_PASSWORD', 'YOUR PASSWORD')
],
...
```

Usage
-----

[](#usage)

You can now use the channel in your via() method inside the Notification class.

```
use NotificationChannels\FacilitaMovel\FacilitaMovelChannel;
use Illuminate\Notifications\Notification;

class InvoicePaid extends Notification
{
    public function via($notifiable)
    {
        return [FacilitaMovelChannel::class];
    }

    public function toFacilitamovel($notifiable)
    {
        return FacilitaMovel::create()
            ->to($notifiable->phone) // your user phone
            ->content('Your invoice has been paid');
    }
}
```

### Routing a message

[](#routing-a-message)

```
...
/**
 * Route notifications for the FacilitaMovel channel.
 *
 * @return int
 */
public function routeNotificationForFacilitamovel()
{
    return $this->phone;
}
...
```

### Available Message methods

[](#available-message-methods)

- `to($phone)`: (integer) Recipient's phone.
- `content('message')`: (string) SMS message.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Vicente Russo Neto](https://github.com/vicenterusso)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

1969d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/80538?v=4)[Vicente Russo](/maintainers/vicenterusso)[@vicenterusso](https://github.com/vicenterusso)

---

Top Contributors

[![vicenterusso](https://avatars.githubusercontent.com/u/80538?v=4)](https://github.com/vicenterusso "vicenterusso (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vicenterusso-laravel-facilitamovel-channel/health.svg)

```
[![Health](https://phpackages.com/badges/vicenterusso-laravel-facilitamovel-channel/health.svg)](https://phpackages.com/packages/vicenterusso-laravel-facilitamovel-channel)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

7984.5M16](/packages/laravel-notification-channels-webpush)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2021.9M4](/packages/laravel-notification-channels-apn)

PHPackages © 2026

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