PHPackages                             ournameismud/rate-me - 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. ournameismud/rate-me

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

ournameismud/rate-me
====================

Simple Rating plugin

1.0.4(5y ago)1201MITPHPCI failing

Since May 13Pushed 5y ago6 watchersCompare

[ Source](https://github.com/ournameismud/rateme)[ Packagist](https://packagist.org/packages/ournameismud/rate-me)[ RSS](/packages/ournameismud-rate-me/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Rate Me plugin for Craft CMS 3.x
================================

[](#rate-me-plugin-for-craft-cms-3x)

Simple Rating plugin

[![Screenshot](resources/img/plugin-logo.png)](resources/img/plugin-logo.png)

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 ournameismud/rate-me

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Rate Me.

Rate Me Overview
----------------

[](#rate-me-overview)

Simple plugin to capture ratings for elements.

Configuring Rate Me
-------------------

[](#configuring-rate-me)

The following settings are available for the plugin:

### Logged-in users only

[](#logged-in-users-only)

Check this option to limit posting to logged-in users only (otherwise ratings can be submitted anonymously).

### Email recipients

[](#email-recipients)

You can specify recipients to be notified when a rating is posted. Simply add a comma-separated list of email recipients.

Using Rate Me
-------------

[](#using-rate-me)

### Sample form

[](#sample-form)

Example form with 1 to 5 rating dropdown:

```

	{{ csrfInput() }}
	{% set rating = craft.rateMe.getRating( elementId ) %}

		Rate Me
		Rating

			{% for i in 1..5 %}
			{{ i }}
			{% endfor %}
