PHPackages                             apolinux/kannel-config - 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. apolinux/kannel-config

ActiveLibrary

apolinux/kannel-config
======================

Configure Kannel

v0.1(4y ago)07PHP

Since Jun 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/apolinux/kannelconfig)[ Packagist](https://packagist.org/packages/apolinux/kannel-config)[ RSS](/packages/apolinux-kannel-config/feed)WikiDiscussions master Synced today

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

KannelConfig
------------

[](#kannelconfig)

Read Kannel configuration and parse it to array struct.

example
=======

[](#example)

a config file like this

```
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = passwda

# smsc center1 connection
group = smsc
smsc = smpp
smsc-id = "Vodafone"

is transformed into an array like that:

$config = [
  'core' => [
    'admin-port' => 13000 ,
    'smsbox-port' => 13001 ,
    'admin-password' => 'passwda'
  ],

  'smsc' => [
     0 => [
       'smsc' => 'smpp' ,
       'smsc-id' => 'Vvodafone'
     ]
  ]
]

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

1797d ago

### Community

Maintainers

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

---

Top Contributors

[![apolinux](https://avatars.githubusercontent.com/u/2974082?v=4)](https://github.com/apolinux "apolinux (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/apolinux-kannel-config/health.svg)

```
[![Health](https://phpackages.com/badges/apolinux-kannel-config/health.svg)](https://phpackages.com/packages/apolinux-kannel-config)
```

PHPackages © 2026

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