2017 © Pedro Peláez
 

library wot-dossier

World Of Tanks dossier tool

image

kalnoy/wot-dossier

World Of Tanks dossier tool

  • Thursday, February 13, 2014
  • by lazychaser
  • Repository
  • 2 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

This is an api for the PHP programmers that want to work with World Of Tanks dossier cache. It allows to convert dossier cache files into an object structure and then convert it to an array or JSON., (*1)

Also, it is possible to aggregate different battle types within single tank, get total results and then compute efficiency for each item using different formulas., (*2)

Dossier cache contains statistics of every battle type for every tank that user ever achieved. Whether you want information about random battles or maybe new 7/42 format -- it is all in there. Checkout Stats\Battle class., (*3)

Example

There is an application that uses this API and displays dossier data in tabular format., (*4)

Put some dossier files into example/data directory., (*5)

If you have PHP >= 5.4 you can start server using this command:, (*6)

php -S localhost:8000

You need to run this command from example directory., (*7)

Otherwise you will have to setup yout WEB-server to run the script., (*8)

Also, you need to have [Python][1] installed., (*9)

Using with Laravel

This API can be used with Laravel 4.1. You just need to add the service provider:, (*10)

'Kalnoy\Wot\Dossier\DossierServiceProvider',

And the facade:, (*11)

'Dossier' => 'Kalnoy\Wot\Dossier\Facades\Dossier.php',

And then you can convert the dossier using the Dossier facade:, (*12)

$dossier = Dossier::convert($file, $original);

The Versions

13/02 2014

dev-master

9999999-dev

World Of Tanks dossier tool

  Sources   Download

The Requires

 

by Alexander Kalnoy

wot dossier