PHP package to consume the Guild Wars 2 API, proudly brought to you by Keider.8652
The recommended way to install Durmand Scriptorium is through Composer.
Add Durmand Scriptorium to your project's composer.json file:
{
"require": {
"crystalgorithm/durmand-scriptorium": "~1.3"
}
}
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
Durmand Scriptorium uses a number of open source projects to work properly: