factorio-item-browser / export-queue-server
This package is abandoned and no longer maintained.
No replacement package was suggested.
The server project managing the export queue.
1.1.0
2020-05-27 08:42 UTC
Requires
- php: ^7.3
- ext-pdo: *
- bluepsyduck/laminas-autowire-factory: ^1.0
- bluepsyduck/mapper-manager: ^1.1
- doctrine/cache: ^1.8
- doctrine/orm: ^2.6
- factorio-item-browser/export-queue-client: ^1.2.0
- laminas/laminas-config-aggregator: ^1.0
- laminas/laminas-diactoros: ^2.2
- laminas/laminas-log: ^2.9
- laminas/laminas-servicemanager: ^3.3
- laminas/laminas-stdlib: ^3.1
- mezzio/mezzio: ^3.0
- mezzio/mezzio-fastroute: ^3.0
- mezzio/mezzio-helpers: ^5.0
- ramsey/uuid: ^3.8
- ramsey/uuid-doctrine: ^1.5
- roave/psr-container-doctrine: ^2.2
Requires (Dev)
- bluepsyduck/test-helper: ^1.0
- phpstan/phpstan: ^0.12
- phpstan/phpstan-phpunit: ^0.12
- phpstan/phpstan-strict-rules: ^0.12
- phpunit/phpunit: ^8.0
- rregeer/phpunit-coverage-check: ^0.3
- squizlabs/php_codesniffer: ^3.3
This package is auto-updated.
Last update: 2021-03-17 13:02:31 UTC
README
Export Queue Server
DEPRECATED: The Export Queue has been replaced with the Combination API, which now contains the queue of export jobs as well as some more features.
This project manages the export queue, a small database holding combinations of mods which need to be exported from Factorio and imported to the API database. These export jobs are organized as a queue and waiting for export nodes to process them.