wearerequired / rest-likes
Like posts and comments using the REST API.
Package info
github.com/wearerequired/rest-likes
Type:wordpress-plugin
pkg:composer/wearerequired/rest-likes
1.1.0
2022-11-07 07:55 UTC
Requires
- php: >=7.0
- wearerequired/traduttore-registry: ^2.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-13 15:51:35 UTC
README
A WordPress plugin to capture likes from users using the WP REST API. Supports posts, comments, and basically any other object type.
It does so by adding custom endpoints under the /rest-likes/v1 namespace to allow users to like (POST) and unlike (DELETE) a given object.
Installation
To install, use composer:
composer require wearerequired/rest-likes
Documentation
Check out the wiki for usage examples and further documentation.
Add-ons
- REST Likes: Log: Implements logging of like actions.