astrogoat/yotpo

A Yotpo app for Strata

Maintainers

Package info

github.com/astrogoat/yotpo

pkg:composer/astrogoat/yotpo

Fund package maintenance!

astrogoat

Statistics

Installs: 14 280

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v3.4.0 2025-09-15 10:30 UTC

This package is auto-updated.

Last update: 2026-02-15 11:22:22 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation

You can install the package via composer:

composer require astrogoat/yotpo

Usage

Include the component that you need in your Blade file:

<x-yotpo::reviews-widget
    instance-id="[THE INSTANCE ID FROM YOTPO'S WIDGET]"
    product-id="[THE SHOPIFY PRODUCT ID]"
/>

<x-yotpo::star-rating
    instance-id="[THE INSTANCE ID FROM YOTPO'S WIDGET]"
    product-id="[THE SHOPIFY PRODUCT ID]"
/>

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

This yotpo package is forked from the awesome Spatie yotpo package. Please go support them if you can.

License

The MIT License (MIT). Please see License File for more information.