xivapi / lodestone-parser
A Lodestone Parser
2.1.8
2022-04-15 09:52 UTC
Requires
- php: ^7.2
- nesbot/carbon: ^2.10
- ramsey/uuid: ^3.8|^4.0
- rct567/dom-query: ^0.8.0
- symfony/css-selector: >=3.2
- symfony/http-client: ^4.3|^5.0
Requires (Dev)
- phpunit/phpunit: ^6.1
This package is auto-updated.
Last update: 2026-06-05 14:21:49 UTC
README
Parse lodestone for those juicy details
- Run
php cli <func> <arguments>for debugging - Run
php teststo validate tests
| CLI Command | Arguments | Description |
|---|---|---|
character |
<id> |
Prints a character parse. |
freecompany |
<id> |
Prints a freecompanies parse. |
pvpteam |
<id> |
Prints a pvpteam parse. |
linkshell |
<id> |
Prints a linkshell parse. |
achievements |
<id> |
Prints a characters achievement parse. |
banners |
none | Prints the currently displayed banners on the lodestone homepage. |
leaderboards |
feast,potd,hoh |
Prints the current leaderboard parse for The Feast, Palace of The Dead, or Heaven on High. |
All commands accept a flag to print the returned blob to a json file. Example
// prints returned object to file myCharacter.json
php cli character <lodestoneid> -file myCharacter