codemasher/gw2-database

This package is abandoned and no longer maintained. No replacement package was suggested.

A Guild Wars 2 Database built from the official API. PHP 7

1.0.2 2018-01-06 08:53 UTC

This package is auto-updated.

Last update: 2022-09-25 03:23:14 UTC


README

version license Travis CI Gitter

Requirements

  • PHP 7.2+
  • MySQL or MariaDB

Installation

requires composer

composer.json (note: replace dev-master with a version boundary)

{
	"require": {
		"php": ">=7.2.0",
		"codemasher/gw2-database": "dev-master"
	}
}

Manual installation

Download the desired version of the package from master or release and extract the contents to your project folder. After that:

  • run composer install to install the required dependencies and generate /vendor/autoload.php.
  • if you use a custom autoloader, point the namespace chillerlan\GW2DB to the folder src of the package

Profit!

##Disclaimer! I don't take responsibility for molten CPUs, smashed keyboards, broken screens etc. Use at your own risk! ;)