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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

cryodrift/quicklinks
====================

Quick links navigation component and shortcuts.

0.1.8(5mo ago)011MITPHPPHP &gt;=8.4

Since Jan 16Pushed 5mo agoCompare

[ Source](https://github.com/cryodrift/quicklinks)[ Packagist](https://packagist.org/packages/cryodrift/quicklinks)[ RSS](/packages/cryodrift-quicklinks/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (3)Versions (10)Used By (1)

Quicklinks
==========

[](#quicklinks)

A simple component to manage and render a list of quick links in the UI. It offers web routes for viewing and editing the list and CLI commands for managing stored links.

Routes
------

[](#routes)

All routes are provided by methods annotated with `@web` in `Web.php` and are accessible under `/quicklinks/{method}`. Available routes and parameters:

- GET /quicklinks/show

    - params:
        - command (optional): one of edit | save | "" (empty) — controls which UI is rendered
- POST /quicklinks/add

    - params:
        - referer (string): full URL of the page to store; its path is used as the name by default
- POST /quicklinks/upd

    - params:
        - value (JSON array): list of updates; each entry like {"": ""} with the array order representing position
- POST /quicklinks/sort

    - params:
        - id (JSON array): order information; items contain an "id" like "item\_"; order in array defines new positions
- POST /quicklinks/rem

    - params:
        - name (JSON array): selection payload from UI; contains objects with a "name" that equals the quicklink id to remove

Note: Parameters are passed via query string for GET and request body for POST, as used by the UI templates in `src/quicklinks/ui/*`.

CLI
---

[](#cli)

This component also provides a CLI (CliHandler) for scripting and administration.

- Show available commands: php index.php /quicklinks/cli -help
- Example: set a quicklink with a name and optional position php index.php /quicklinks/cli set "" "My Link" 1
- Example: list current quicklinks php index.php /quicklinks/cli list
- Example: remove a quicklink by id php index.php /quicklinks/cli rem 42

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance71

Regular maintenance activity

Popularity1

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Total

9

Last Release

166d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/240886628?v=4)[cryodrift](/maintainers/cryodrift)[@cryodrift](https://github.com/cryodrift)

### Embed Badge

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

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

###  Alternatives

[spatie/server-side-rendering

Server side rendering JavaScript in your PHP application

632804.7k3](/packages/spatie-server-side-rendering)[mateusjunges/laravel-invite-codes

This package allows you to easily manage invite codes for your Laravel application.

29185.0k](/packages/mateusjunges-laravel-invite-codes)

PHPackages © 2026

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