PHPackages                             djabiev/yii2-autosize-textarea - 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. djabiev/yii2-autosize-textarea

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

djabiev/yii2-autosize-textarea
==============================

An Yii2 Textarea Autosize extension based on Jack Moore's javascript library.

02.0kPHP

Since Sep 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/djabiev/yii2-autosize-textarea)[ Packagist](https://packagist.org/packages/djabiev/yii2-autosize-textarea)[ RSS](/packages/djabiev-yii2-autosize-textarea/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Autosize Textarea extetion
===============================

[](#yii2-autosize-textarea-extetion)

Js library to autosize textareas on your page Based on [stand-alone script to adjust textarea height](http://www.jacklmoore.com/autosize/).

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

[](#installation)

### Composer

[](#composer)

Preferred way - [Composer](http://getcomposer.org/).

Either run

```
php composer.phar require djabiev/yii2-autosize-textarea "dev-master"

```

or add

```
"djabiev/yii2-autosize-textarea": "dev-master"

```

to the require section of your `composer.json`

Usage
-----

[](#usage)

add as dependensy in you `AssetBundle.php` for example:

```
namespace frontend\assets;

class YourAppAsset extends \yii\web\AssetBundle
{
    ...
    public $depends = [
        'djabiev\yii\assets\AutosizeTextareaAsset',
        ...
    ];
}
```

Author
------

[](#author)

[Vladimir Djabiev](https://github.com/djabiev/)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/djabiev-yii2-autosize-textarea/health.svg)

```
[![Health](https://phpackages.com/badges/djabiev-yii2-autosize-textarea/health.svg)](https://phpackages.com/packages/djabiev-yii2-autosize-textarea)
```

###  Alternatives

[paragonie/corner

Generic PHP Exceptions and Errors, made user-friendly.

63620.4k8](/packages/paragonie-corner)[spatie/php-attribute-reader

A clean API for working with PHP attributes

80216.4k11](/packages/spatie-php-attribute-reader)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[cloudflare/cf-ip-rewrite

Library to rewrite CloudFlare IP Addresses to the end-user IP address

15752.7k5](/packages/cloudflare-cf-ip-rewrite)[micropackage/requirements

Requirements checker for WordPress plugins

4485.5k1](/packages/micropackage-requirements)[alleyinteractive/composer-wordpress-autoloader

Autoload files using WordPress File Conventions using Composer

13576.3k54](/packages/alleyinteractive-composer-wordpress-autoloader)

PHPackages © 2026

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