PHPackages                             putyourlightson/craft-sift - 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. putyourlightson/craft-sift

ActiveCraft-plugin

putyourlightson/craft-sift
==========================

Filters entries/categories/submissions that can be selected to only those that match a user's categories.

1.1.1(5y ago)261mitPHP

Since Jan 30Pushed 5y ago2 watchersCompare

[ Source](https://github.com/putyourlightson/craft-sift)[ Packagist](https://packagist.org/packages/putyourlightson/craft-sift)[ RSS](/packages/putyourlightson-craft-sift/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Sift Plugin for Craft CMS 3
===========================

[](#sift-plugin-for-craft-cms-3)

A plugin for Craft CMS 3 that filters entries/categories/submissions that can be selected to only those that match a user's categories.

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

[](#requirements)

Craft CMS 3.0.0 or later.

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

[](#installation)

Install the plugin using composer.

```
composer require putyourlightson/craft-sift

```

Configuration
-------------

[](#configuration)

Copy the `src/config.php` config file to `craft/config` as `sift.php`, adding the entry field handles and the associated user field handles.

```
return [
    '*' => [
        /**
         * The field handles to sift by for entry queries
         */
        'entryFieldHandles' => [
            'entryFieldHandleA' => 'userFieldHandleA',
            'entryFieldHandleB' => 'userFieldHandleB',
        ],
    ],
];
```

Fieldtype
---------

[](#fieldtype)

The plugin adds a *Read-only Categories* fieldtype that is visible to all users but that only admins can edit.

License
-------

[](#license)

This plugin is licensed for free under the MIT License.

Created by [PutYourLightsOn](https://putyourlightson.com/).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

3

Last Release

2173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/59428c6783d02d74c8778d9953ba84c35d3877ece53f5eb393689c052a9c97e4?d=identicon)[putyourlightson](/maintainers/putyourlightson)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/putyourlightson-craft-sift/health.svg)

```
[![Health](https://phpackages.com/badges/putyourlightson-craft-sift/health.svg)](https://phpackages.com/packages/putyourlightson-craft-sift)
```

###  Alternatives

[verbb/image-resizer

Resize assets when they are uploaded.

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

Enforce multi-step review processes for creating entries.

138120.3k1](/packages/verbb-workflow)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)[craftcms/shopify

Shopify for Craft CMS

549.2k1](/packages/craftcms-shopify)

PHPackages © 2026

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