PHPackages                             eseperio/yii2-netelip-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. eseperio/yii2-netelip-sms

ActiveYii2-extension

eseperio/yii2-netelip-sms
=========================

Connection to Netelip SMS API

1.0.2(5y ago)046↓100%MITPHP

Since Nov 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Eseperio/yii2-netelip-sms)[ Packagist](https://packagist.org/packages/eseperio/yii2-netelip-sms)[ RSS](/packages/eseperio-yii2-netelip-sms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Yii2 Netelip SMS api integration
================================

[](#yii2-netelip-sms-api-integration)

This component allows yii2 apps to send SMS messages via Netelip API (requires account)

### Installation

[](#installation)

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

Either run

```
composer require --prefer-dist eseperio/yii2-netelip-sms:"~1.0.0"

```

or add

```
eseperio/yii2-netelip-sms:"~1.0.0"
```

to the require section of your composer.json.

### Configuration

[](#configuration)

Add to your components configuration.

```
  components => [
           'netelip'=>[
                   'class' => 'eseperio\netelipsms\NetelipSms',
                   'token' => 'yoursecuritytoken'
  ]

```

### Usage:

[](#usage)

Remember that all numbers must be written in international mode (prefixed with 00 and the country code.)

```
 Yii::$app->netelip->sms('0034000000', "Message payload");

```

#### Author

[](#author)

[Waizabú aplicaciones cloud](https://waizabu.com)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

3

Last Release

2170d ago

### Community

Maintainers

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

---

Top Contributors

[![Eseperio](https://avatars.githubusercontent.com/u/5459366?v=4)](https://github.com/Eseperio "Eseperio (5 commits)")

### Embed Badge

![Health badge](/badges/eseperio-yii2-netelip-sms/health.svg)

```
[![Health](https://phpackages.com/badges/eseperio-yii2-netelip-sms/health.svg)](https://phpackages.com/packages/eseperio-yii2-netelip-sms)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)

PHPackages © 2026

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