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 4w 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 13% 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

[symfony/polyfill

Symfony polyfills backporting features to lower PHP versions

2.8k4.6M26](/packages/symfony-polyfill)[spatie/laravel-navigation

Manage menus, breadcrumbs, and other navigational elements in Laravel apps

5801.1M15](/packages/spatie-laravel-navigation)[spatie/laravel-missing-page-redirector

Redirect missing pages in your Laravel application

5101.4M18](/packages/spatie-laravel-missing-page-redirector)[johnbillion/wp-crontrol

Take control of the cron events on your WordPress website or WooCommerce store

22586.6k1](/packages/johnbillion-wp-crontrol)[typo3/cms-recordlist

TYPO3 CMS Recordlist - Lists database records in the TYPO3 backend module (Web&gt;List).

178.1M52](/packages/typo3-cms-recordlist)[mage-os/magento-cache-clean

A faster drop in replacement for bin/magento cache:clean with file watcher

49264.1k2](/packages/mage-os-magento-cache-clean)

PHPackages © 2026

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