PHPackages                             assayer-pro/yii2-scrollup-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. assayer-pro/yii2-scrollup-widget

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

assayer-pro/yii2-scrollup-widget
================================

Wrapper around the Scrollup JQuery plugin

1.2.1(10y ago)020BSD-3-ClausePHP

Since Jul 6Pushed 10y ago1 watchersCompare

[ Source](https://github.com/assayer-pro/yii2-scrollup-widget)[ Packagist](https://packagist.org/packages/assayer-pro/yii2-scrollup-widget)[ RSS](/packages/assayer-pro-yii2-scrollup-widget/feed)WikiDiscussions master Synced 2w ago

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

yii2-scrollup-widget
====================

[](#yii2-scrollup-widget)

Wrapper around "Scroll Up", a "*lightweight jQuery plugin to create a customisable "Scroll to top" feature that will work with any website, with ease*.

Check out the [ScrollUp Demo page](http://markgoodyear.com/labs/scrollup/) for demo of the Plugin and don't forget to have a look to the [scrollUp jQuery plugin Home page](http://markgoodyear.com/2013/01/scrollup-jquery-plugin/).

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist assayer-pro/yii2-scrollup-widget "*"

```

or add

```
"assayer-pro/yii2-scrollup-widget": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```

```

If you wish to use your own styling for the scroll-up, just remove the 'theme' option and provide the required CSS style.

For more information on the plugin options and usage, please refer to [scrollUp jQuery plugin Home page](http://markgoodyear.com/2013/01/scrollup-jquery-plugin/).

Use minified version of js
--------------------------

[](#use-minified-version-of-js)

In your config file set this up.

```
'components' => [ // Check that you are inside "components" section
	'assetManager' => [
		'bundles' => [
			'assayerpro\scrollup\ScrollupAsset' => [
				'js' => [
					YII_ENV_DEV ? 'jquery.scrollUp.js' : 'jquery.scrollUp.min.js',
				],
			],
		],
	],
	// ... Some other components
],
```

This way in Development environment you'll have the unminified version, but in Production Yii will use the minified file.

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 68.4% 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 ~151 days

Total

4

Last Release

3923d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11675777?v=4)[Assayer Pro](/maintainers/assayer-pro)[@assayer-pro](https://github.com/assayer-pro)

---

Top Contributors

[![serge-larin](https://avatars.githubusercontent.com/u/6086715?v=4)](https://github.com/serge-larin "serge-larin (13 commits)")[![raoul2000](https://avatars.githubusercontent.com/u/1474310?v=4)](https://github.com/raoul2000 "raoul2000 (6 commits)")

---

Tags

pluginjqueryyii2extensionscroll

### Embed Badge

![Health badge](/badges/assayer-pro-yii2-scrollup-widget/health.svg)

```
[![Health](https://phpackages.com/badges/assayer-pro-yii2-scrollup-widget/health.svg)](https://phpackages.com/packages/assayer-pro-yii2-scrollup-widget)
```

###  Alternatives

[kartik-v/yii2-widget-colorinput

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

325.0M10](/packages/kartik-v-yii2-widget-colorinput)[kartik-v/yii2-widget-spinner

A widget to render animated CSS3 loading spinners with VML fallback for IE (sub repo split from yii2-widgets)

284.1M3](/packages/kartik-v-yii2-widget-spinner)[kartik-v/yii2-widget-affix

A scrollspy and affixed enhanced navigation to highlight page sections (sub repo split from yii2-widgets)

153.9M3](/packages/kartik-v-yii2-widget-affix)[raoul2000/yii2-scrollup-widget

Wrapper around the Scrollup JQuery plugin

133.4k](/packages/raoul2000-yii2-scrollup-widget)

PHPackages © 2026

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