timpack / travian-cli
Travian client
1.0.1
2016-09-03 14:39 UTC
Requires
- php: >=7.0
- fluentdom/fluentdom: ^5.3
- fluentdom/html5: ^1.1
- fluentdom/selectors-phpcss: ^1.0
- fzaninotto/faker: v1.6.0
- guzzlehttp/guzzle: ^6.2
- khill/php-duration: ^1.0
- symfony/console: ^3.1
Requires (Dev)
- phine/phar: ~1.0
- symfony/finder: 3.1.0
This package is auto-updated.
Last update: 2024-10-29 04:20:07 UTC
README
Travian-CLI is a CLI for the online game Travian. Current aims are:
- Being able to read data from the game to either CSV or human-readable form
- Being able to give all commands one would be able to give in-game
Travian-CLI is currently incomplete and under development.
Travian-CLI uses Composer. Having installed composer, one should run composer install
in the root directory of this project in order for the program to function properly.
Installation
The composer way
- Run command
composer global require timpack/travian-cli
- Add directory
~/.config/composer/vendor/bin
to your$PATH
variable
The git way
- Run command
git clone git@github.com:Desmaster/travian-cli.git
- In that directory, run command
composer install
- Then run the application using
app/console
Requirements
- php >= 7.0
- composer
Developed using
- php >= 7.0
- linux kernel >= 4.4