PHPackages                             sensetivity/sms-fly - 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. sensetivity/sms-fly

ActiveCakephp-plugin

sensetivity/sms-fly
===================

SMSFly plugin for CakePHP 3.x

1.0.4(9y ago)119PHPPHP &gt;=5.4.16

Since Apr 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Sensetivity/SMSFly)[ Packagist](https://packagist.org/packages/sensetivity/sms-fly)[ RSS](/packages/sensetivity-sms-fly/feed)WikiDiscussions 1.0 Synced 2mo ago

READMEChangelog (4)Dependencies (2)Versions (7)Used By (0)

SMSFly plugin for CakePHP
=========================

[](#smsfly-plugin-for-cakephp)

CakePHP SMSFly Plugin for [SMS Fly service](http://sms-fly.com/)

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

[](#installation)

### Step 1: Install plugin

[](#step-1-install-plugin)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require sensetivity/sms-fly": "^1.0.3"

```

### Step 2: Load plugin

[](#step-2-load-plugin)

```
// your config/bootstrap.php file

Plugin::load('SMSFly', ['bootstrap' => false, 'routes' => false]);
```

### Step 3: Usage &amp; Configure

[](#step-3-usage--configure)

To use this plugin just load it on your controller

```
// your controller

$this->loadComponent('SMSFly.SMSFly', [
    'username' => 'YOUR_USERNAME',
    'password' => 'YOUR_PASSWORD',
]);
```

After that you can use plugin. It`s easy,

```
// your controller

// Send for one:
$this->SMSFly->sendSMS(380930001100, 'Some SMS-body message');

// Send SMS to many:
$this->SMSFly->sendSMSToMany([
        380930001100,
        380970001100
   ], 'Тестовий текст для багатьох номерів'); // Cyrillic also working.
```

### Method Examples

[](#method-examples)

```
// Send SMS for one user.
$this->SMSFly->sendSMS(380930001100, 'Some SMS-body message');

// Send SMS with same text for many users.
$this->SMSFly->sendSMSToMany([
        380930001100,
        380970001100
   ], 'Тестовий текст для багатьох номерів'); // Cyrillic also working.

// Check balance on your account.
$this->SMSFly->getBalance();

// Check the SMS count that left on your account.
$this->SMSFly->getSMSCount();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

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

Every ~4 days

Total

6

Last Release

3645d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sensetivity-sms-fly/health.svg)

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

###  Alternatives

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3752.1M3](/packages/friendsofcake-cakepdf)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M27](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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