- PHP 7.2+
- MySQL or MariaDB
requires composer
composer.json (note: replace dev-master with a version boundary)
{
"require": {
"php": ">=7.2.0",
"codemasher/gw2-database": "dev-master"
}
}Download the desired version of the package from master or release and extract the contents to your project folder. After that:
- run
composer installto install the required dependencies and generate/vendor/autoload.php. - if you use a custom autoloader, point the namespace
chillerlan\GW2DBto the foldersrcof the package
Profit!
##Disclaimer! I don't take responsibility for molten CPUs, smashed keyboards, broken screens etc. Use at your own risk! ;)