PHPackages                             kuriousagency/lists - 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. kuriousagency/lists

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

kuriousagency/lists
===================

Allow users to add elements to a list: Product Favourites, Wishlists, Bookmarks, etc.

1.0.1(8y ago)0112MITPHP

Since May 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/KuriousAgency/Lists)[ Packagist](https://packagist.org/packages/kuriousagency/lists)[ RSS](/packages/kuriousagency-lists/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Lists plugin for Craft CMS 3.x
==============================

[](#lists-plugin-for-craft-cms-3x)

Allow users to add elements to a list: Product Favourites, Wishlists, Bookmarks, etc.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
    cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
    composer require kuriousagency/lists

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Lists.

Lists Overview
--------------

[](#lists-overview)

This is a plugin that allows you to create lists of elements. Lists can contain a mixture of element types.

Using Lists
-----------

[](#using-lists)

Lists come with 2 predefined list types: Favourites &amp; Wishlists.

Favourites is a single list that contains products.

Example Form
------------

[](#example-form)

```

	{{ csrfInput() }}

	{% if currentUser and product.id in craft.lists.favourites.ids() %}

		remove

	{% elseif currentUser %}

		add

	{% endif %}

```

Variables
---------

[](#variables)

get an element criteria model of favourites:

```
craft.lists.getFavourites(userId)
```

if no user id is passed in then the current user will be used.

get an array of wishlists:

```
craft.lists.getWishlists(userId)
```

get lists:

```
craft.lists.getLists(type, userId)
```

type is a string of whatever you want the list type to be?

check to see if a product is in the favourites list:

```
craft.lists.isFavourite(productId, userId)

```

check to see if an element is in a list:

```
craft.lists.isInList(type, elementId, userId)

```

if no user id is passed in then the current user will be used.

Lists Roadmap
-------------

[](#lists-roadmap)

Some things to do, and ideas for potential features:

- Might have a cp interface to see the lists?

Brought to you by [Kurious Agency](https://kurious.agency)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Total

3

Last Release

2965d ago

Major Versions

0.0.1 → 1.0.02018-05-17

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

cmsCraftcraftcmscraft-pluginLists

### Embed Badge

![Health badge](/badges/kuriousagency-lists/health.svg)

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

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

100387.6k58](/packages/verbb-formie)[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.5M52](/packages/nystudio107-craft-seomatic)[verbb/navigation

Create navigation menus for your site.

92698.4k18](/packages/verbb-navigation)[verbb/field-manager

Manage your fields and field groups with ease.

195612.2k10](/packages/verbb-field-manager)[verbb/workflow

Enforce multi-step review processes for creating entries.

138123.0k1](/packages/verbb-workflow)[verbb/comments

Add comments to your site.

13753.7k](/packages/verbb-comments)

PHPackages © 2026

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