Skip to content

yasvisu/durmand-scriptorium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Durmand Scriptorium

Build Status Coverage Status Dependency Status Latest Stable Version License

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

Installation

Via Composer

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

Dependencies

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

  • Guzzle - PHP HTTP client and webservice framework
  • PHP JSON Iterator - PHP package to iterate through various JSON formats
  • PHP Enum - PHP Enum implementation inspired from SplEnum
  • PHPUnit [dev only] - The PHP Unit Testing framework
  • Mockery [dev only] - Simple yet flexible PHP mock object framework

Documentation

License

BSD 3-Clause

About

PHP package to consume the Guild Wars 2 API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%