PHPackages                             crystalgorithm/durmand-scriptorium - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. crystalgorithm/durmand-scriptorium

AbandonedArchivedLibrary[API Development](/categories/api)

crystalgorithm/durmand-scriptorium
==================================

PHP package to consume the GW2 API

1.3.0(11y ago)8303[4 issues](https://github.com/EtienneLamoureux/durmand-scriptorium/issues)BSD-3-ClausePHP

Since Sep 28Pushed 7y agoCompare

[ Source](https://github.com/EtienneLamoureux/durmand-scriptorium)[ Packagist](https://packagist.org/packages/crystalgorithm/durmand-scriptorium)[ Docs](https://github.com/EtienneLamoureux/durmand-scriptorium)[ RSS](/packages/crystalgorithm-durmand-scriptorium/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (5)Versions (11)Used By (0)

Durmand Scriptorium
===================

[](#durmand-scriptorium)

[![Build Status](https://camo.githubusercontent.com/96e583e2a32620c824c1e3bee5260d2027e292b3843a25bc0129b7fd9fae1415/68747470733a2f2f7472617669732d63692e6f72672f457469656e6e654c616d6f75726575782f6475726d616e642d7363726970746f7269756d2e737667)](https://travis-ci.org/EtienneLamoureux/durmand-scriptorium)[![Coverage Status](https://camo.githubusercontent.com/616d8d3010e28449761c8c641afd0c82712a3dc1aac26ca6d720fa83f8b9d123/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f457469656e6e654c616d6f75726575782f6475726d616e642d7363726970746f7269756d2e737667)](https://coveralls.io/r/EtienneLamoureux/durmand-scriptorium)[![Dependency Status](https://camo.githubusercontent.com/58c0b830612a36076b9aaaaca3744b94089a62900e14d92dd617f9d833774fa5/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3534323736623231373564333732376631333030303232382f62616467652e737667)](https://www.versioneye.com/user/projects/54276b2175d3727f13000228)[![Latest Stable Version](https://camo.githubusercontent.com/986e89e3a809c55b899885ff13b1a5263002b9f5048d25a7b1acd9aa59b67cc6/68747470733a2f2f706f7365722e707567782e6f72672f6372797374616c676f726974686d2f6475726d616e642d7363726970746f7269756d2f762f737461626c652e737667)](https://packagist.org/packages/crystalgorithm/durmand-scriptorium)[![License](https://camo.githubusercontent.com/729d25e3fae78865414d80015e5569f1350105e4d7c2e7209dd70b3d467b0ea7/68747470733a2f2f706f7365722e707567782e6f72672f6372797374616c676f726974686d2f6475726d616e642d7363726970746f7269756d2f6c6963656e73652e737667)](https://packagist.org/packages/crystalgorithm/durmand-scriptorium)

PHP package to consume the Guild Wars 2 API, proudly brought to you by Keider.8652

Installation
------------

[](#installation)

### Via Composer

[](#via-composer)

The recommended way to install Durmand Scriptorium is through [Composer](http://getcomposer.org).

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';
```

### Dependencies

[](#dependencies)

Durmand Scriptorium uses a number of open source projects to work properly:

- [Guzzle](https://github.com/guzzle/guzzle) - PHP HTTP client and webservice framework
- [PHP JSON Iterator](https://github.com/EtienneLamoureux/php-json-iterator) - PHP package to iterate through various JSON formats
- [PHP Enum](https://github.com/myclabs/php-enum) - PHP Enum implementation inspired from SplEnum
- [PHPUnit](https://github.com/sebastianbergmann/phpunit) \[dev only\] - The PHP Unit Testing framework
- [Mockery](https://github.com/padraic/mockery) \[dev only\] - Simple yet flexible PHP mock object framework

Documentation
-------------

[](#documentation)

- [Supported endpoints](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/SUPPORTED_ENDPOINTS.md#supported-endpoints)
    - [Quaggans](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/SUPPORTED_ENDPOINTS.md#quaggans)
    - [Items](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/SUPPORTED_ENDPOINTS.md#items)
    - [Listings](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/SUPPORTED_ENDPOINTS.md#listings)
    - [Prices](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/SUPPORTED_ENDPOINTS.md#prices)
    - [Coins](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/SUPPORTED_ENDPOINTS.md#coins)
    - [Gems](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/SUPPORTED_ENDPOINTS.md#gems)
    - [Worlds](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/SUPPORTED_ENDPOINTS.md#worlds)
- [Collection consumer](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/COLLECTION_CONSUMER.md#collection-consumer)
    - [Get](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/COLLECTION_CONSUMER.md#get)
    - [GetAll](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/COLLECTION_CONSUMER.md#getall)
    - [GetPage](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/COLLECTION_CONSUMER.md#getpage)
    - [GetPageRange](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/COLLECTION_CONSUMER.md#getpagerange)
- [Converter consumer](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/CONVERTER_CONSUMER.md#converter-consumer)
    - [Convert](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/CONVERTER_CONSUMER.md#convert)
- [Utilities](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/UTILITIES.md#utilities)
    - [Localization](https://github.com/EtienneLamoureux/durmand-scriptorium/blob/master/docs/UTILITIES.md#localization)

License
-------

[](#license)

[BSD 3-Clause](https://github.com/EtienneLamoureux/DurmandScriptorium/blob/master/LICENSE)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity69

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~35 days

Recently: every ~74 days

Total

10

Last Release

3981d ago

Major Versions

1.4.0-beta1 → 2.0.x-dev2015-08-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/609e141a547cfaffc2a2fbbb759d30b5655c8677e865084b722ece44026c227b?d=identicon)[EtienneLamoureux](/maintainers/EtienneLamoureux)

---

Tags

phpapigw2

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/crystalgorithm-durmand-scriptorium/health.svg)

```
[![Health](https://phpackages.com/badges/crystalgorithm-durmand-scriptorium/health.svg)](https://phpackages.com/packages/crystalgorithm-durmand-scriptorium)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M89](/packages/openai-php-laravel)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.7k409.0k6](/packages/theodo-group-llphant)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
