This is the source code in all its PHP mess for xivapi.com and built using Symfony 4 Slim. Use at your own risk!
Note regarding contributions: I am not really looking for development contributions to core features as this time (data building and presenting) because I will be splitting much of the logic out into their own small dedicated micro-services. This will allow developers to just focus on small bits if they choose or if they only care about using 1 feature in their own tools.
- You need vagrant.
cd /vmvagrant plugin install vagrant-hostmanagervagrant up- Access: http://xivapi.local
- If you have
adminer.phpin/sysopsyou can access: http://xivapi.adminer
- Restart:
sudo systemctl restart elasticsearch - Stop:
sudo systemctl stop elasticsearch - Start:
sudo systemctl start elasticsearch - Test:
curl -X GET 'http://localhost:9200' - Delete all indexes:
curl -XDELETE 'http://localhost:9200/*' - list all indexes:
curl -X GET 'http://localhost:9200/_cat/indices?v'
The list below shows all current micro-services in development.
| Service | Repository | Notes |
|---|---|---|
| Game Data Builder | https://github.com/xivapi/xivapi-data?target=https://github.com | Build the game data automatically using SaintCoinach Schema |
| Game Search | - | This will split out the ElasticSearch logic from XIVAPI.com into its own dedicated microservice. |
| Mog (DiscordBot) | https://github.com/xivapi/xivapi-mog?target=https://github.com | A PHP Discord bot, a bot that will message a channel either via running CLI command or can even be done via REST, I use this to announce deployment info. I may use it for other interacts, it was more of a concept that turned out quite good |
| Mappy | https://github.com/xivapi/xivapi-mappy?target=https://github.com - https://xivapi.com/docs/Mappy-Data | A C# App that provides various memory information of NPCs, Enemies and Objects to XIVAPI. Good for building FFXIV Maps! |
| Tooltips | https://github.com/xivapi/xivapi-tooltips?target=https://github.com | A concept for getting information for FFXIV tooltips. Very early stages |
| Custom Launcher | https://github.com/xivapi/ffxiv-launcher?target=https://github.com | This is not XIVAPI specific however I do want to include features that talk to XIVAPI such as dev posts, lodestone news, character and friend information, etc. |
| Lodestone Parser | https://github.com/xivapi/lodestone-parser?target=https://github.com | A HTML parser written in PHP, parses Lodestone, simple! |
If you are interested in building a service using the API, there are some libraries:
Maybe online API's are not your jam, maybe you're sick of the responses and how hard it is to build models, have you considered a datamining career!? Here are some awesome resources:
| Title | URL | About |
|---|---|---|
| SaintCoinach | https://github.com/xivapi/SaintCoinach?target=https://github.com | The worlds best datamining tool, gets everything you'll ever need, including resources to make conspiracy theorists go crazy |
| Datamining | https://github.com/viion/ffxiv-datamining?target=https://github.com | A resource for sharing datamining information, all sorts of stuff in here. |
| Sapphire | https://github.com/SapphireMordred/Sapphire?target=https://github.com | FFXIV Server Emulation |
| Patch Extractions Archive | https://github.com/viion/ffxiv-datamining-patches?target=https://github.com | A CSV extraction of every patch since 2.0 (except 2.1... dont ask) |
| 3D Viewer | https://github.com/viion/ffxiv-3d?target=https://github.com | Example of making a 3D web viewer using obj files from TexTools2 |
| LibPomPom | https://github.com/Minoost/libpompom-sharp?target=https://github.com | C# App for talking to the CompanionApp API |
| TexTools 2 by Liinko | https://github.com/liinko/FFXIV_TexTools2?target=https://github.com | Awesome tools for viewing data, extracting materials and 3d models and importing nude mods |
| ClassJob Icons | https://github.com/xivapi/xivapi-classjobs?target=https://github.com | A collection of HQ class job icons |
| FFXIV Memory Reader | https://github.com/TamanegiMage/FFXIV_MemoryReader?target=https://github.com | Reads your mind |
| Machina | https://github.com/ravahn/machina?target=https://github.com | Reads the servers mind (Network packet reader) |
| Sharlayan | https://github.com/FFXIVAPP/sharlayan?target=https://github.com | Read more minds (Memory Reader) |
| Quick Search | xivapi-quick-search | A google chrome extension for quickly searching xivapi |
- You need vagrant.
cd /vmvagrant plugin install vagrant-hostmanagervagrant up- Access: http://xivapi.local
- If you have
adminer.phpin/sysopsyou can access: http://xivapi.adminer
- Restart:
sudo systemctl restart elasticsearch - Stop:
sudo systemctl stop elasticsearch - Start:
sudo systemctl start elasticsearch - Test:
curl -X GET 'http://localhost:9200' - Delete all indexes:
curl -XDELETE 'http://localhost:9200/*' - list all indexes:
curl -X GET 'http://localhost:9200/_cat/indices?v'
