Download the PHP package factorio-item-browser/export-data without Composer
On this page you can find all versions of the php package factorio-item-browser/export-data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download factorio-item-browser/export-data
More information about factorio-item-browser/export-data
Files in factorio-item-browser/export-data
Package export-data
Short Description The export data structure of the Factorio Item Browser.
License GPL-3.0-or-later
Homepage https://github.com/factorio-item-browser/export-data
Informations about the package export-data
Export Data Library
This library provides a data structure used to persist all the exported data from the Factorio game to the disk to later upload it to the server and import it into the actual database.
This persistence layer is required because the export gets executed on a local machine (able to run Factorio), which does not have access to the database on the server. This library simplifies uploading all the data (of which most are the icon images) and reading it into the importer script.
The data itself is saved in a single JSON file. The library puts this file into a zip archive, and adds all the rendered
icon files to it as well, creating a single zip file as upload. All this is managed by the ExportDataService
, which
is the main entry point for the library.
All versions of export-data with dependencies
ext-json Version *
ext-mbstring Version *
ext-zip Version *
bluepsyduck/jms-serializer-factory Version ^1.0
bluepsyduck/laminas-autowire-factory Version ^1.0
jms/serializer Version ^3.2
laminas/laminas-servicemanager Version ^3.0
symfony/yaml Version ^4.0 | ^5.0