arnapou / gw2logs
This package is abandoned and no longer maintained.
No replacement package was suggested.
GW2 logs
v1.1
2020-05-02 17:44 UTC
Requires
- php: >= 7.2
- psr/log: ^1.0
- symfony/cache: ~4.2.0
This package is auto-updated.
Last update: 2024-09-05 17:53:08 UTC
README
GW2 Raids personal logs hosted.
Technical informations for those interested :
- no database (file storage)
- need a cron
* * * * * /usr/bin/php <path>/script/process.php
- need a
config.php
file filled (look atconfig.dist.php
for an example)
Links
Changelog versions techniques
Date | Branche | Php |
---|---|---|
13/05/2021 | master | 8.0 |
20/10/2018 | v1.x | 7.2 |