Skip to content

Installation

Requirements

  • Drupal 11.3 or later
  • PHP 8.3 or later
  • Key module (installed automatically as a dependency)
  • A Battle.net Developer account with an API client

Install the module

composer require drupal/wow
drush en wow -y

Then enable the submodules you need:

drush en wow_realm wow_playable_class wow_playable_race wow_character -y

Next steps

Head to Configuration to connect your Battle.net API credentials.