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.
- Host: GitHub
- URL: https://github.com/putyourlightson/craft-entry-count
- Owner: putyourlightson
- License: mit
- Created: 2015-06-03T06:53:44.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-14T10:21:22.000Z (over 1 year ago)
- Last Synced: 2025-03-28T16:08:53.493Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 66.4 KB
- Stars: 47
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[]((https://packagist.org/packages/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/).