PHPackages                             doublesecretagency/craft-viewcount - 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. doublesecretagency/craft-viewcount

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

doublesecretagency/craft-viewcount
==================================

Count the number of times an element has been viewed.

2.0.0(2y ago)515.0k↓69.6%4[7 issues](https://github.com/doublesecretagency/craft-viewcount/issues)proprietaryPHP

Since Jan 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/doublesecretagency/craft-viewcount)[ Packagist](https://packagist.org/packages/doublesecretagency/craft-viewcount)[ RSS](/packages/doublesecretagency-craft-viewcount/feed)WikiDiscussions v2-dev Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (18)Used By (0)

[![Plugin icon](https://camo.githubusercontent.com/0a82fd6f883f8aaeb6a626234bf9175e5911e2ee7c732b5e298844f062a169a1/68747470733a2f2f706c7567696e732e646f75626c657365637265746167656e63792e636f6d2f766965772d636f756e742f696d616765732f69636f6e2e737667)](https://camo.githubusercontent.com/0a82fd6f883f8aaeb6a626234bf9175e5911e2ee7c732b5e298844f062a169a1/68747470733a2f2f706c7567696e732e646f75626c657365637265746167656e63792e636f6d2f766965772d636f756e742f696d616765732f69636f6e2e737667)

View Count plugin for Craft CMS
===============================

[](#view-count-plugin-for-craft-cms)

**Count the number of times an element has been viewed.**

---

 [![Example of View Count results](https://github.com/doublesecretagency/craft-viewcount/raw/ff0f22bf4114498efa07430a3ac1fe8d39c5c2be/src/resources/img/example-totalviews.png)](https://github.com/doublesecretagency/craft-viewcount/raw/ff0f22bf4114498efa07430a3ac1fe8d39c5c2be/src/resources/img/example-totalviews.png)

---

Track views via Twig, PHP, or AJAX
----------------------------------

[](#track-views-via-twig-php-or-ajax)

Basic tracking looks like this...

```
{% do craft.viewCount.increment(elementId) %}
```

However, there are several more advanced ways to [increment a view counter](https://plugins.doublesecretagency.com/view-count/how-to-increment-the-counter/).

Allow multiple counters on the same element
-------------------------------------------

[](#allow-multiple-counters-on-the-same-element)

If you need to track multiple aspects of the same element, it's easy to do so! Simply specify an [optional key](https://plugins.doublesecretagency.com/view-count/using-a-unique-key/) when setting up the tracking mechanism.

Sort by "most viewed"
---------------------

[](#sort-by-most-viewed)

Once you've started logging views, you'll likely want to know which items have been [viewed the most...](https://plugins.doublesecretagency.com/view-count/sort-by-most-viewed/)

```
{% set articles = craft.entries.section('articles') %}
{% do craft.viewCount.sort(articles) %}
```

Display view totals in the control panel
----------------------------------------

[](#display-view-totals-in-the-control-panel)

You can add a ["Total Views" field](https://plugins.doublesecretagency.com/view-count/total-views-fieldtype/), which displays a read-only total for each element.

Events
------

[](#events)

They do [exactly what you think...](https://plugins.doublesecretagency.com/view-count/events/)

- EVENT\_BEFORE\_VIEW
- EVENT\_AFTER\_VIEW

Within the `EVENT_BEFORE_VIEW` event, you can prevent the view from being counted.

---

Further Reading
---------------

[](#further-reading)

If you haven't already, flip through the [complete plugin documentation](https://plugins.doublesecretagency.com/view-count/).

And if you have any remaining questions, feel free to [reach out to us](https://www.doublesecretagency.com/contact) (via Discord is preferred).

**On behalf of Double Secret Agency, thanks for checking out our plugin!** 🍺

 [![Logo for Double Secret Agency](https://camo.githubusercontent.com/e834ce35abc7cbeca17d458aba00fae271f59507ddf73fa2dfff1bee091b22ea/68747470733a2f2f7777772e646f75626c657365637265746167656e63792e636f6d2f7265736f75726365732f696d616765732f6473612d7472616e73706172656e742e706e67)](https://camo.githubusercontent.com/e834ce35abc7cbeca17d458aba00fae271f59507ddf73fa2dfff1bee091b22ea/68747470733a2f2f7777772e646f75626c657365637265746167656e63792e636f6d2f7265736f75726365732f696d616765732f6473612d7472616e73706172656e742e706e67)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance6

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 97.4% 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 ~133 days

Recently: every ~78 days

Total

16

Last Release

715d ago

Major Versions

1.2.3 → 2.0.02024-02-21

### Community

Maintainers

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

---

Top Contributors

[![lindseydiloreto](https://avatars.githubusercontent.com/u/5309692?v=4)](https://github.com/lindseydiloreto "lindseydiloreto (38 commits)")[![john-henry](https://avatars.githubusercontent.com/u/44709?v=4)](https://github.com/john-henry "john-henry (1 commits)")

---

Tags

cmscounterCraftcraftcmscraft-pluginviewsview count

### Embed Badge

![Health badge](/badges/doublesecretagency-craft-viewcount/health.svg)

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

###  Alternatives

[verbb/formie

The most user-friendly forms plugin for Craft.

102393.6k70](/packages/verbb-formie)[verbb/comments

Add comments to your site.

13753.9k](/packages/verbb-comments)[verbb/navigation

Create navigation menus for your site.

92705.0k18](/packages/verbb-navigation)[verbb/vizy

A flexible visual editor field for Craft.

4250.4k](/packages/verbb-vizy)[verbb/hyper

A user-friendly links field for Craft.

24147.8k12](/packages/verbb-hyper)[verbb/workflow

Enforce multi-step review processes for creating entries.

138124.2k1](/packages/verbb-workflow)

PHPackages © 2026

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