An open API service indexing awesome lists of open source software.

https://github.com/putyourlightson/craft-entry-count

Counts and displays the number of times that an entry has been viewed in Craft CMS.
https://github.com/putyourlightson/craft-entry-count

Last synced: 11 months ago
JSON representation

Counts and displays the number of times that an entry has been viewed in Craft CMS.

Awesome Lists containing this project

README

          

[![Stable Version](https://img.shields.io/packagist/v/putyourlightson/craft-entry-count?label=stable)]((https://packagist.org/packages/putyourlightson/craft-entry-count))
[![Total Downloads](https://img.shields.io/packagist/dt/putyourlightson/craft-entry-count)](https://packagist.org/packages/putyourlightson/craft-entry-count)

# Entry Count Plugin for Craft CMS

The Entry Count Plugin was built specifically for the Craft Plugin Development video course by Mijingo, which has since been discontinued. The [Getting Started with Craft Plugin Development](https://craftquest.io/courses/how-to-create-craft-plugin) course on CraftQuest is a good alternative.

It allows you to count and display the number of times an entry has been viewed in [Craft CMS](https://craftcms.com/). The plugin is intended for educational purposes and can be freely used for simple, single site use-cases. For anything more complex, use the [View Count](https://www.doublesecretagency.com/plugins/view-count) plugin.

## Documentation

Learn more and read the documentation at [putyourlightson.com/plugins/entry-count »](https://putyourlightson.com/plugins/entry-count)

## License

This plugin is licensed for free under the MIT License.

## Requirements

This plugin requires [Craft CMS](https://craftcms.com/) 3.0.0 or later, or 4.0.0 or later, or 5.0.0 or later.

## Installation

To install the plugin, search for “Entry Count” in the Craft Plugin Store, or install manually using composer.

```shell
composer require putyourlightson/craft-entry-count
```

---

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