PHPackages                             meniloss/sms-factor - 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. meniloss/sms-factor

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

meniloss/sms-factor
===================

Meniloss SmsFactor Bundle

2.0.x-dev(3y ago)024[2 PRs](https://github.com/meniloss/SmsFactor/pulls)PHPPHP &gt;=8.1.0

Since May 21Pushed 3y agoCompare

[ Source](https://github.com/meniloss/SmsFactor)[ Packagist](https://packagist.org/packages/meniloss/sms-factor)[ Docs](https://www.smsfactor.com/)[ RSS](/packages/meniloss-sms-factor/feed)WikiDiscussions 2.0 Synced 4d ago

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

Meniloss Sms Factor
===================

[](#meniloss-sms-factor)

Install using composer:
-----------------------

[](#install-using-composer)

```
composer require meniloss/sms-factor
```

add to your AppKernel:
----------------------

[](#add-to-your-appkernel)

```
$bundles = [
  ...
  new Meniloss\SmsFactorBundle\MenilossSmsFactorBundle(),
];
```

config.yml:
-----------

[](#configyml)

You must add your api key find in your account on smsfactor.com

```
meniloss_sms_factor:
    api_key: 123456789acdefghij
```

Usage:
------

[](#usage)

Send a message :

```
$smsFactor = $this->get('meniloss.sms_factor');
$response = $smsFactor->message()->send([
        'to' => '33601000000',
	'text' => 'Did you ever dance whith the devil in the pale moonlight ?'
]);
print_r($response->getJson());
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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 ~1209 days

Total

2

Last Release

1342d ago

Major Versions

1.0.x-dev → 2.0.x-dev2022-09-12

PHP version history (2 changes)1.0.x-devPHP ^5.5.9 || ^7.0

2.0.x-devPHP &gt;=8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e487e20c1421f98c76cc0ec79bac8f4fcb7547777ed697607dc6294b8e5f676?d=identicon)[meniloss](/maintainers/meniloss)

---

Top Contributors

[![meniloss](https://avatars.githubusercontent.com/u/50333010?v=4)](https://github.com/meniloss "meniloss (32 commits)")

---

Tags

Sms communication management

### Embed Badge

![Health badge](/badges/meniloss-sms-factor/health.svg)

```
[![Health](https://phpackages.com/badges/meniloss-sms-factor/health.svg)](https://phpackages.com/packages/meniloss-sms-factor)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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