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

ActiveCraft-plugin

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

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

1.0.1(7y ago)0112MITPHP

Since May 17Pushed 7y ago1 watchersCompare

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

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 60% 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

2914d ago

Major Versions

0.0.1 → 1.0.02018-05-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/26ccb4d99d148ee882e53248f814559cf2067c069cf1e4a1765d1eca07a3df3c?d=identicon)[Kurious](/maintainers/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

[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.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)[verbb/hyper

A user-friendly links field for Craft.

24130.9k9](/packages/verbb-hyper)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)

PHPackages © 2026

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