A Kiyoh rating module designed to help you with getting the ratings from the Kiyoh XML Feed.

At the moment it only works with the theme render hook, here is a code example in a preprocess hook:

$variables['kiyoh_rating'] = [
      '#theme' => 'kiyoh_rating',
      '#kiyoh_hash' => 'your_hash',
];