PHPackages                             mv/free-sms-api-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. mv/free-sms-api-bundle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

mv/free-sms-api-bundle
======================

Bundle SF2 that use library api free mobile sending SMS

1.0.0(10y ago)158GPLPHP

Since Jul 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/phpmike/FreeSmsApiBundle)[ Packagist](https://packagist.org/packages/mv/free-sms-api-bundle)[ Docs](https://github.com/phpmike/FreeSmsApiBundle)[ RSS](/packages/mv-free-sms-api-bundle/feed)WikiDiscussions master Synced 1mo ago

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

MvFreeSmsApiBundle
==================

[](#mvfreesmsapibundle)

This bundle is for sending notification to your Free Mobile (Require Free Mobile account with api key)

[![SensioLabsInsight](https://camo.githubusercontent.com/707e1321c8f61caecdcefcf96b1a6d00c05f76d55d41c0ae772bc724d1285ead/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33636236656266632d333465372d343264342d613839332d6131313032313338313861622f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/3cb6ebfc-34e7-42d4-a893-a110213818ab)

Install
-------

[](#install)

```
composer.phar require mv/free-sms-api-bundle
```

Configuration
-------------

[](#configuration)

Add to your AppKernel

```
$bundles[] = new Mv\FreeSmsApiBundle\MvFreeSmsApiBundle();
```

Add to config.yml

```
mv_free_sms_api:
    users:
        phpmike:
            free_user_id: YOUR USER ID FREE MOBILE
            free_user_api_key: YOUR API KEY FREE MOBILE
        other:
            free_user_id: OTHER USER ID FREE MOBILE
            free_user_api_key: OTHER API KEY FREE MOBILE
```

Examples
--------

[](#examples)

```
$this->get('mv_free_sms_api.sender.phpmike')
            ->addMessage('Test de ce bundle :-)')
            ->send();
```

```
// Something append in your script
$this->get('mv_free_sms_api.sender.phpmike')->addMessage('There is something wrong with that!');

// Something else append in your script
$this->get('mv_free_sms_api.sender.phpmike')->addMessage('There is something wrong with that other!');
$this->get('mv_free_sms_api.sender.other')->addMessage('There is something wrong with that other!');
// Same as
$this->get('mv_free_sms_api.sender.all')->addMessage('There is something wrong with that other!');
// Same as
$this->get('mv_free_sms_api.sender.all')->addMessageTo('There is something wrong with that other!', array('phpmike', 'other');

// Send messages
$this->get('mv_free_sms_api.sender.all')->send();
```

Be carreful, this throw "Mv\\FreeSmsApi\\Exception\\FailedException" when something went wrong.

Enjoy it!

To be continued...

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

3949d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/445f20df33bfca909e1938ca59a34263e6a3d8ce6930168c9e02cb79d8559e1c?d=identicon)[phpmike](/maintainers/phpmike)

---

Tags

bundleSymfony2smsmobilefreesms freesms free mobile

### Embed Badge

![Health badge](/badges/mv-free-sms-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mv-free-sms-api-bundle/health.svg)](https://phpackages.com/packages/mv-free-sms-api-bundle)
```

###  Alternatives

[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[m6web/guzzle-http-bundle

Symfony bundle on top of Guzzle

17511.5k2](/packages/m6web-guzzle-http-bundle)[mediamonks/rest-api-bundle

MediaMonks Rest API Symfony Bundle

1656.2k1](/packages/mediamonks-rest-api-bundle)[zeroem/curl-bundle

Allows you to easily create and execute HTTP Requests with cURL

1323.5k](/packages/zeroem-curl-bundle)

PHPackages © 2026

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