PHPackages                             hugsbrugs/php-sms-freemobile - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hugsbrugs/php-sms-freemobile

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hugsbrugs/php-sms-freemobile
============================

PHP SMS Utilities for Free Mobile french operator

15PHP

Since Mar 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/hugsbrugs/php-sms-freemobile)[ Packagist](https://packagist.org/packages/hugsbrugs/php-sms-freemobile)[ RSS](/packages/hugsbrugs-php-sms-freemobile/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-sms-freemobile
==================

[](#php-sms-freemobile)

This library allows one to play with Free (French Phone Provider) SMS Service. Cool to send yourself code notifications or to send your friends SMS from your computer.

[![Build Status](https://camo.githubusercontent.com/ac0569d7cca7fc306996b0edd67a6ca1ad46df4ad417beb2f9be0ef787aff88d/68747470733a2f2f7472617669732d63692e6f72672f6875677362727567732f7068702d736d732d667265656d6f62696c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hugsbrugs/php-sms-freemobile)[![Coverage Status](https://camo.githubusercontent.com/8dcfe42cc0ace20ee93d9b7642034544f7c252aedf37a45411eb4909557d8a96/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6875677362727567732f7068702d736d732d667265656d6f62696c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/hugsbrugs/php-sms-freemobile?branch=master)

Install
-------

[](#install)

Install package with composer

```
composer require hugsbrugs/php-sms-freemobile

```

In your PHP code, load library

```
require_once __DIR__ . '/../vendor/autoload.php';
use Hug\Sms\Sms as Sms;

$sms = new Sms();
$sms->setKey("YOUR_KEY")->setUser("YOUR_USER");

try
{
    # Send Message
    $sms->send("Hello World !");
}
catch (Exception $e)
{
	# Catch Possible Errors
    echo "Erreur sur envoi de SMS: (".$e->getCode().") ".$e->getMessage();
}
```

Unit Tests
----------

[](#unit-tests)

```
composer exec phpunit

```

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cc04033020c3e5219ac30edf7d7362952e88ea64a0de2f41b89559f849f09901?d=identicon)[hugsbrugs](/maintainers/hugsbrugs)

---

Top Contributors

[![hugsbrugs](https://avatars.githubusercontent.com/u/4385090?v=4)](https://github.com/hugsbrugs "hugsbrugs (1 commits)")

---

Tags

phpsmssms-api

### Embed Badge

![Health badge](/badges/hugsbrugs-php-sms-freemobile/health.svg)

```
[![Health](https://phpackages.com/badges/hugsbrugs-php-sms-freemobile/health.svg)](https://phpackages.com/packages/hugsbrugs-php-sms-freemobile)
```

###  Alternatives

[llaski/nova-scheduled-jobs

A Laravel Nova package to view your scheduled jobs.

55453.4k](/packages/llaski-nova-scheduled-jobs)[nitra/php-min

Minifying CSS, JS

14262.2k9](/packages/nitra-php-min)[quadrubo/filament-model-settings

This is my package filament-model-settings

1647.0k](/packages/quadrubo-filament-model-settings)

PHPackages © 2026

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