PHPackages                             geoffry304/yii2-quicklinks - 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. geoffry304/yii2-quicklinks

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

geoffry304/yii2-quicklinks
==========================

Yii2 quicklinks for user

2.0(7y ago)083BSD-3-ClausePHP

Since Nov 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Geoffry304/yii2-quicklinks)[ Packagist](https://packagist.org/packages/geoffry304/yii2-quicklinks)[ Docs](https://github.com/geoffry304/yii2-quicklinks)[ RSS](/packages/geoffry304-yii2-quicklinks/feed)WikiDiscussions master Synced yesterday

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

yii2 Quicklinks
===============

[](#yii2-quicklinks)

[![Latest Version](https://camo.githubusercontent.com/0896532471cfb39b1580eb39f8e1f5cd811d8cd09b825ee3ed69294ef2e755a6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f67656f666672793330342f796969322d717569636b6c696e6b732e7376673f7374796c653d666c61742d737175617265266c6162656c3d72656c65617365)](https://github.com/geoffry304/yii2-quicklinks/tags)[![Software License](https://camo.githubusercontent.com/b60331a2084501dc07cf6d6964c0da58dd005d89c45cf3b28b4b22b60f5ec00f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/geoffry304/yii2-quicklinks/blob/master/LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/0f0a0bccf97df29b00ce4090d8d8466961ba14e6837b6e2ce27bb3efac8b3743/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67656f666672793330342f796969322d717569636b6c696e6b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/geoffry304/yii2-quicklinks)

#### Extension to generate quicklinks for a user in the topbar

[](#extension-to-generate-quicklinks-for-a-user-in-the-topbar)

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

[](#installation)

The preferred way to install **Quicklinks** is through [Composer](https://getcomposer.org/). Either add the following to the require section of your `composer.json` file:

`"geoffry304/yii2-quicklinks": "*"`

Or run:

`$ php composer.phar require geoffry304/yii2-quicklinks "*"`

You can manually install **Quicklinks** by [downloading the source in ZIP-format](https://github.com/geoffry304/yii2-quicklinks/archive/master.zip).

Run the migration file `php yii migrate --migrationPath=@vendor/geoffry304/yii2-quicklinks/migrations`

Update the config file

```
// app/config/web.php
return [
    'modules' => [
                'quicklinks' => [
            'class' => 'geoffry304\quicklinks\Module',
        ],
    ],
];
```

Using QuicklinksWidget
----------------------

[](#using-quicklinkswidget)

**QuicklinksWidget** is a Yii 2.0 [Widget](http://www.yiiframework.com/doc-2.0/yii-base-widget.html).

**QuicklinksWidget** is in namespace `geoffry304\quicklinks`.

For instance, to show **QuicklinksWidget** in a view, use code like this:

```
use geoffry304\quicklinks\QuicklinkWidget;

...

...

```

#### options

[](#options)

**QuicklinksWidget** runs 'out of the box'. It has the following options to modify it's behaviour:

- **sort**: value can be `true` or `false`. Sort based on the position attribute.
- **totalWithTitle**: For example if set to `3` then only the title will be shown when the total of links is lower then 3.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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

Recently: every ~116 days

Total

6

Last Release

2637d ago

Major Versions

1.0.4 → 2.02019-02-22

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

useryii2extensionlinksquicklink

### Embed Badge

![Health badge](/badges/geoffry304-yii2-quicklinks/health.svg)

```
[![Health](https://phpackages.com/badges/geoffry304-yii2-quicklinks/health.svg)](https://phpackages.com/packages/geoffry304-yii2-quicklinks)
```

###  Alternatives

[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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