PHPackages                             aeyoll/laravel-free-mobile-notification-sender - 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. aeyoll/laravel-free-mobile-notification-sender

ActiveLibrary[API Development](/categories/api)

aeyoll/laravel-free-mobile-notification-sender
==============================================

Laravel wrapper for FreemobileNotificationSender

1.0.1(11y ago)530MITPHPPHP &gt;=5.4.0

Since Apr 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/aeyoll/laravel-free-mobile-notification-sender)[ Packagist](https://packagist.org/packages/aeyoll/laravel-free-mobile-notification-sender)[ RSS](/packages/aeyoll-laravel-free-mobile-notification-sender/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

LaravelFreeMobileNotificationSender
===================================

[](#laravelfreemobilenotificationsender)

[![SensioLabsInsight](https://camo.githubusercontent.com/7b2504c9a0c9c4b8f7e1a6bf812536e5df6bfa949912a37ffe9f1163388fd0c7/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66653166376330642d636439642d343738322d383964622d3965333930333261303632352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/fe1f7c0d-cd9d-4782-89db-9e39032a0625)

This package is a Laravel wrapper for FreemobileNotificationSender ()

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

[](#installation)

Begin by installing the package through Composer. Edit your project's `composer.json` file to require `aeyoll/laravel-free-mobile-notification-sender`.

```
"require": {
  "aeyoll/laravel-free-mobile-notification-sender": "1.*"
}
```

Next, use Composer to update your project from the the Terminal:

```
php composer.phar update
```

Once the package has been installed you'll need to add the service provider. Open your `app/config/app.php` configuration file, and add a new item to the `providers` array.

```
'Aeyoll\LaravelFreeMobileNotificationSender\LaravelFreeMobileNotificationSenderServiceProvider'
```

After doing this you also need to add an alias. In your `app/config/app.php` file, add this to the `aliases` array.

```
'LaravelFreeMobileNotificationSender' => 'Aeyoll\LaravelFreeMobileNotificationSender\LaravelFreeMobileNotificationSender'
```

Then, you need to publish the package configuration:

```
php artisan config:publish aeyoll/laravel-free-mobile-notification-sender
```

Finally, add you `userid` and `apikey` from your user profile on mobile.free.fr in the `app/config/packages/aeyoll/laravel-free-mobile-notification-sender/config.php` file.

Usage
-----

[](#usage)

Once you've followed all the steps and completed the installation you can use `LaravelFreeMobileNotificationSender`.

### Sending message

[](#sending-message)

You can simply send a message by doing this:

```
LaravelFreeMobileNotificationSender::sendMessage('Hello world!');
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~84 days

Total

2

Last Release

4023d ago

### Community

Maintainers

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

---

Top Contributors

[![aeyoll](https://avatars.githubusercontent.com/u/1472285?v=4)](https://github.com/aeyoll "aeyoll (10 commits)")

---

Tags

apilaravelsmsfree-mobile

### Embed Badge

![Health badge](/badges/aeyoll-laravel-free-mobile-notification-sender/health.svg)

```
[![Health](https://phpackages.com/badges/aeyoll-laravel-free-mobile-notification-sender/health.svg)](https://phpackages.com/packages/aeyoll-laravel-free-mobile-notification-sender)
```

###  Alternatives

[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.5k](/packages/ardakilic-mutlucell)

PHPackages © 2026

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