PHPackages                             suhaboncukcu/mutlu-sms - 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. suhaboncukcu/mutlu-sms

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

suhaboncukcu/mutlu-sms
======================

MutluSms plugin for CakePHP

v1.0.4(9y ago)09PHPPHP &gt;=5.5.9

Since Oct 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/suhaboncukcu/mutlu-sms)[ Packagist](https://packagist.org/packages/suhaboncukcu/mutlu-sms)[ RSS](/packages/suhaboncukcu-mutlu-sms/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

MutluSms plugin for CakePHP
===========================

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

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

[](#installation)

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

The recommended way to install composer packages is:

```
composer require suhaboncukcu/mutlu-sms:dev-master

bin/cake load plugin MutluSms

bin/cake migrations migrate -p MutluSms

```

\##Usage

```
//anywhere in your application;

use MutluSms\Utility\MutluSms;

$mutluSmsHandler = new MutluSms([
						 'ka' => 'username',
						 'pwd' => 'password',
						 'org' => 'organisationName'
					]);

// METHOD 1
$mutluMessageId = $mutluSmsHandler->create(['message' => 'yourmessage', 'number' => 'targetnumber']);
$mutluSmsHandler->send($mutluMessageId);

// METHOD 2

$mutluSmsHandler->create(['message' => 'yourmessage1', 'number' => 'targetnumber1']);
$mutluSmsHandler->create(['message' => 'yourmessage2', 'number' => 'targetnumber2']);
$mutluSmsHandler->create(['message' => 'yourmessage3', 'number' => 'targetnumber3']);
$mutluSmsHandler->sendAll();
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

3525d ago

### Community

Maintainers

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

---

Top Contributors

[![suhaboncukcu](https://avatars.githubusercontent.com/u/2428828?v=4)](https://github.com/suhaboncukcu "suhaboncukcu (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/suhaboncukcu-mutlu-sms/health.svg)

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

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

333972.2k49](/packages/dereuromark-cakephp-tools)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

42776.5k46](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3096.0k5](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

35184.7k2](/packages/dereuromark-cakephp-setup)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

1674.7k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-flash

A CakePHP plugin around powerful flash message handling.

1229.9k2](/packages/dereuromark-cakephp-flash)

PHPackages © 2026

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