PHPackages                             kartik-v/yii2-label-inplace - 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. kartik-v/yii2-label-inplace

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

kartik-v/yii2-label-inplace
===========================

A form enhancement widget for Yii2 allowing in-field label support.

v1.2.3(7y ago)1181.2k↓45.9%BSD-3-ClauseJavaScript

Since Oct 5Pushed 6y ago2 watchersCompare

[ Source](https://github.com/kartik-v/yii2-label-inplace)[ Packagist](https://packagist.org/packages/kartik-v/yii2-label-inplace)[ Docs](https://github.com/kartik-v/yii2-label-inplace)[ RSS](/packages/kartik-v-yii2-label-inplace/feed)WikiDiscussions master Synced 1mo ago

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

 [ ![Krajee Logo](https://camo.githubusercontent.com/4addfbb3869c3fc7d79befea4f06d9cf3655a686fb503df0da1d725859cfdef9/687474703a2f2f6b617274696b2d762e6769746875622e696f2f626f6f7473747261702d66696c65696e7075742d73616d706c65732f73616d706c65732f6b72616a65652d6c6f676f2d622e706e67) ](http://demos.krajee.com "Krajee Demos")
 yii2-label-inplace ---

 [ ![Donate](https://camo.githubusercontent.com/4af77d425ca202e55ab3d711b438e238ded194735bc345a019ac060e03e26227/687474703a2f2f6b617274696b2d762e6769746875622e696f2f626f6f7473747261702d66696c65696e7075742d73616d706c65732f73616d706c65732f646f6e6174652e706e67) ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DTP3NZQ6G2AYU "Donate via Paypal")
======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#------------------------yii2-label-inplace--------------------)

[![Latest Stable Version](https://camo.githubusercontent.com/885af775bc9af2c7868b8bca217fc9c1d918f8bf43479170bd1474dcd7eb6d43/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d6c6162656c2d696e706c6163652f762f737461626c65)](https://packagist.org/packages/kartik-v/yii2-label-inplace)[![Latest Unstable Version](https://camo.githubusercontent.com/8e65dbf6a695e5a7d884aa8709a56e1feeb2bf39275ce7463e1713b995a1e8a6/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d6c6162656c2d696e706c6163652f762f756e737461626c65)](https://packagist.org/packages/kartik-v/yii2-label-inplace)[![License](https://camo.githubusercontent.com/cf817abb41463b59250d144df5b8897391000143bdfa5abb552937126b7e3356/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d6c6162656c2d696e706c6163652f6c6963656e7365)](https://packagist.org/packages/kartik-v/yii2-label-inplace)[![Total Downloads](https://camo.githubusercontent.com/f64b733001cb5b08897ee51706edae71db2004e639168b4a3ea32895568d46a4/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d6c6162656c2d696e706c6163652f646f776e6c6f616473)](https://packagist.org/packages/kartik-v/yii2-label-inplace)[![Monthly Downloads](https://camo.githubusercontent.com/b5d2ce842c54c4a8056d3783fa943904c3899e989b5fc52cf104dd54956af486/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d6c6162656c2d696e706c6163652f642f6d6f6e74686c79)](https://packagist.org/packages/kartik-v/yii2-label-inplace)[![Daily Downloads](https://camo.githubusercontent.com/2b938a29854c9ca149fa98d247f566a77d6ecd766b4330d867684570a9ef39b8/68747470733a2f2f706f7365722e707567782e6f72672f6b617274696b2d762f796969322d6c6162656c2d696e706c6163652f642f6461696c79)](https://packagist.org/packages/kartik-v/yii2-label-inplace)

A form enhancement widget for Yii framework 2.0 allowing in-field label support. This widget is a wrapper for the [labelinplace plugin](https://github.com/andreapace/labelinplace) which is styled for Bootstrap 3.x and Bootstrap 4.x

### Demo

[](#demo)

You can see detailed [documentation](http://demos.krajee.com/label-inplace) on usage of the extension.

Latest Release
--------------

[](#latest-release)

Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-label-inplace/blob/master/CHANGE.md) for details on changes to various releases.

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

[](#installation)

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

> Note: Check the [composer.json](https://github.com/kartik-v/yii2-label-inplace/blob/master/composer.json) for this extension's requirements and dependencies. Read this [web tip /wiki](http://webtips.krajee.com/setting-composer-minimum-stability-application/) on setting the `minimum-stability` settings for your application's composer.json.

Either run

```
$ php composer.phar require kartik-v/yii2-label-inplace "@dev"

```

or add

```
"kartik-v/yii2-label-inplace": "@dev"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

### LabelInPlace

[](#labelinplace)

```
use kartik\label\LabelInPlace;
echo LabelInPlace::widget([
    'label' => 'Email Address'
]);
```

License
-------

[](#license)

**yii2-label-inplace** is released under the BSD-3-Clause License. See the bundled `LICENSE.md` for details.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

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

Recently: every ~351 days

Total

6

Last Release

2801d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3592619?v=4)[Kartik Visweswaran](/maintainers/kartik-v)[@kartik-v](https://github.com/kartik-v)

---

Top Contributors

[![kartik-v](https://avatars.githubusercontent.com/u/3592619?v=4)](https://github.com/kartik-v "kartik-v (28 commits)")

---

Tags

bootstrapinplaceinputlabelyii2yii2extensionwidgetforminputlabelinlineinplace

### Embed Badge

![Health badge](/badges/kartik-v-yii2-label-inplace/health.svg)

```
[![Health](https://phpackages.com/badges/kartik-v-yii2-label-inplace/health.svg)](https://phpackages.com/packages/kartik-v-yii2-label-inplace)
```

###  Alternatives

[kartik-v/yii2-widget-rating

A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)

444.1M8](/packages/kartik-v-yii2-widget-rating)[kartik-v/yii2-widget-switchinput

A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes &amp; radios as toggle switchinputes (sub repo split from yii2-widgets)

384.4M13](/packages/kartik-v-yii2-widget-switchinput)[kartik-v/yii2-widget-colorinput

An enhanced Yii 2 widget encapsulating the HTML 5 color input (sub repo split from yii2-widgets)

324.8M10](/packages/kartik-v-yii2-widget-colorinput)[kartik-v/yii2-widget-rangeinput

An enhanced Yii 2 widget encapsulating the HTML 5 range input (sub repo split from yii2-widgets)

193.9M3](/packages/kartik-v-yii2-widget-rangeinput)[kartik-v/yii2-widget-datepicker

Enhanced Yii2 wrapper for the bootstrap datepicker plugin (sub repo split from yii2-widgets).

1097.0M60](/packages/kartik-v-yii2-widget-datepicker)[kartik-v/yii2-widget-touchspin

A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes &amp; radios as toggle touchspines (sub repo split from yii2-widgets)

184.1M6](/packages/kartik-v-yii2-widget-touchspin)

PHPackages © 2026

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