1. Go to this page and download the library: Download kasperfm/neoblizzy library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dd($wowChar);
// The result of the dd($wowChar) function.
KasperFM\NeoBlizzy\Services\WoW\CharacterHelper {
#name: "Zomixiana"
#realm: "Tarren Mill"
#gender: "Female"
#level: 56
#exp: 78491
#achievementPoints: 4375
#faction: "Horde"
#race: "Undead"
#class: "Mage"
#currentSpec: "Frost"
#avatarUrl: "https://render.worldofwarcraft.com/eu/character/tarren-mill/122/174314618-avatar.jpg"
#characterDisplayUrl: "https://render.worldofwarcraft.com/eu/character/tarren-mill/122/174314618-main.jpg" }
dd($wowChar->getName());
// The result of the getName() function on the $wowChar object.
"Zomixiana"
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.