crystalgorithm / durmand-scriptorium
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP package to consume the GW2 API
1.4.0-beta1
2014-12-07 06:32 UTC
Requires
- crystalgorithm/php-json-iterator: 0.1.0-alpha2
- guzzlehttp/guzzle: ~5.0
- myclabs/php-enum: 1.2.1
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.2
This package is not auto-updated.
Last update: 2021-02-19 21:20:42 UTC
README
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