PHPackages                             wiperawa/yii2-see-more-widget - 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. wiperawa/yii2-see-more-widget

ActiveYii2-extension

wiperawa/yii2-see-more-widget
=============================

widget that cut off html content to predefined height, and display ...see more link

05PHP

Since Mar 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wiperawa/yii2-see-more-widget)[ Packagist](https://packagist.org/packages/wiperawa/yii2-see-more-widget)[ RSS](/packages/wiperawa-yii2-see-more-widget/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-see-more-widget
====================

[](#yii2-see-more-widget)

widget that cut off html content to predefined height, and display ...see more link

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

[](#installation)

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

Either run

```
$ php composer.phar require wiperawa/yii2-see-more-widget "dev-master"

```

or add

```
"wiperawa/yii2-copy-to-clipboard-widget": "dev-master"

```

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

Usage
-----

[](#usage)

```
use \wiperawa\seemore\SeeMoreWidget;

SeeMoreWidget::begin([
    'height' => 160 //height of cutoff container in pixels
    //'containerOptions' => [], //Html attributes of container
    //'btnOptions => [], //Html attributes of buttons
    //'showMoreLabel' => '...(see more)',
    //'showLessLabel' => '(less)',
    //'opened' => false //Show allready opened
    //''
]);
    ....Some HTML goes here....
    ...........................
    ...........................
SeeMoreWidget::end()

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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/c3ee14230e8eccfcc16ed08435be4bf64d3008ce9bab29a95d8ad2fdb5c068a0?d=identicon)[wiperawa](/maintainers/wiperawa)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wiperawa-yii2-see-more-widget/health.svg)

```
[![Health](https://phpackages.com/badges/wiperawa-yii2-see-more-widget/health.svg)](https://phpackages.com/packages/wiperawa-yii2-see-more-widget)
```

PHPackages © 2026

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