xivapi / lodestone-parser
A Lodestone Parser
Installs: 703
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 4
Forks: 17
Open Issues: 5
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
- dev-master
- 2.1.8
- 2.1.7
- 2.1.6
- v2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.27
- 1.8.26
- 1.8.25
- 1.8.24
- 1.8.23
- 1.8.22
- 1.8.21
- 1.8.20
- 1.8.19
- 1.8.18
- 1.8.17
- 1.8.16
- 1.8.15
- 1.8.14
- 1.8.13
- 1.8.12
- 1.8.11
- 1.8.10
- 1.8.9
- 1.8.8
- 1.8.7
- 1.8.6
- 1.8.5
- 1.8.4
- 1.8.3
- 1.8.2
- 1.8.1
- 1.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7
- 1.6
- 1.5
- 1.4
- 1.3
- 1.2
- 1.1
- 1.0
- dev-major-rewrite
This package is auto-updated.
Last update: 2025-04-05 11:39:42 UTC
README
Parse lodestone for those juicy details
- Run
php cli <func> <arguments>
for debugging - Run
php tests
to 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