PHPackages                             paskuale75/yii2-skebby - 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. paskuale75/yii2-skebby

ActiveYii2-extension[HTTP &amp; Networking](/categories/http)

paskuale75/yii2-skebby
======================

send sms with Skebby API

19PHP

Since Oct 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/paskuale75/yii2skebby)[ Packagist](https://packagist.org/packages/paskuale75/yii2-skebby)[ RSS](/packages/paskuale75-yii2-skebby/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![](https://avatars0.githubusercontent.com/u/993323) ](https://github.com/yiisoft) [ ![](https://camo.githubusercontent.com/1bd517d1a01f8be30d9c9af77aab8950c71d6e21424741d062bf85ed8636d342/68747470733a2f2f73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f63646e2e736b656262792e69742f73797374656d2f696d616765732f6c6f676f732f6c6f676f536b656262792e706e67) ](http://www.skebby.com)

Yii2 Skebby SMS Extension
=========================

[](#yii2-skebby-sms-extension)

Send sms with [Skebby](http://developers.skebby.it) and Yii2.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist paskuale75/yii2skebby "*"
```

or add

```
"paskuale75/yii2skebby": "*"

```

to the require section of your composer.json.

**Component Setup**

To use the Setting Component, you need to configure the components array in your application configuration:

```
'components' => [
    'skebbysms' => [
                'class'     => \paskuale75\yii2skebby\src\components\Skebbysms::class,
                'username'  =>'MyUsername',
                'password'  =>'MyPassword'
                'prefix'    =>'' //if leave empty it get (+39) (Italian code)
    ],
],
```

Usage:
------

[](#usage)

```
//Create an action in your controller...

public function actionTestSkebby(){
        // User status details
        Yii::$app->skebbysms->getUserStatus(true, false);
}

//then for send a sms
public function actionTestSkebby(){
        Yii::$app->skebbysms->send(
            ['+3933445566', '+391234567'],
            'Hi, this is a test!'
        );
}
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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://avatars.githubusercontent.com/u/9800?v=4)[pasquale pellicani](/maintainers/paskuale75)[@paskuale75](https://github.com/paskuale75)

---

Top Contributors

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

---

Tags

skebbysmsyii2

### Embed Badge

![Health badge](/badges/paskuale75-yii2-skebby/health.svg)

```
[![Health](https://phpackages.com/badges/paskuale75-yii2-skebby/health.svg)](https://phpackages.com/packages/paskuale75-yii2-skebby)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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