codemasher / gw2-database
A Guild Wars 2 Database built from the official API. PHP 7
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 3
Open Issues: 0
pkg:composer/codemasher/gw2-database
Requires
- php: >=7.0.7
- chillerlan/database: 1.0.*
- chillerlan/php-curl: 1.0.*
- chillerlan/php-traits: 1.1.*
Requires (Dev)
- phpunit/phpunit: 6.5.*
Suggests
- chillerlan/php-oauth: >=2.0.0 - includes a GW2 API wrapper
README
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 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! ;)