PHPackages                             valekstepanov/yii2kladr - 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. valekstepanov/yii2kladr

ActiveProject[Utility &amp; Helpers](/categories/utility)

valekstepanov/yii2kladr
=======================

Widget for yii2 Kladr

v1.1.0(7y ago)08BSD-3-ClausePHP

Since Jul 8Pushed 4y agoCompare

[ Source](https://github.com/valekstepanov/yii2-klard)[ Packagist](https://packagist.org/packages/valekstepanov/yii2kladr)[ Docs](https://github.com/valekstepanov/yii2-klard)[ RSS](/packages/valekstepanov-yii2kladr/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

yii2-klard
==========

[](#yii2-klard)

widgets for easy integration kladr.ru (autocomplete regions, citys, street, etc.) in Yii2

install: composer `require valekstepanov/yii2kladr`

use:

```
$address = new Address(); // your address model

$form = ActiveForm::begin(); // your form

echo $form->field($address, 'city_id')
    ->widget(Kladr::className(), [
            'type'    => Kladr::TYPE_CITY,
        'options' => [
            'placeHolder' => $model->getAttributeLabel('city_id'),
            'class' => 'form__input'
        ]
    ])
    ->label(false);

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~425 days

Total

3

Last Release

2611d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22640637?v=4)[valekstepanov](/maintainers/valekstepanov)[@valekstepanov](https://github.com/valekstepanov)

---

Top Contributors

[![andkon13](https://avatars.githubusercontent.com/u/4748164?v=4)](https://github.com/andkon13 "andkon13 (15 commits)")[![valekstepanov](https://avatars.githubusercontent.com/u/22640637?v=4)](https://github.com/valekstepanov "valekstepanov (2 commits)")[![programmis](https://avatars.githubusercontent.com/u/10850140?v=4)](https://github.com/programmis "programmis (1 commits)")

### Embed Badge

![Health badge](/badges/valekstepanov-yii2kladr/health.svg)

```
[![Health](https://phpackages.com/badges/valekstepanov-yii2kladr/health.svg)](https://phpackages.com/packages/valekstepanov-yii2kladr)
```

###  Alternatives

[andkon/yii2kladr

Widget for yii2 Kladr

159.7k](/packages/andkon-yii2kladr)

PHPackages © 2026

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