keboola / slicer
Settle provides a function to wait for something to happen.
2.1.1
2025-04-24 16:01 UTC
Requires
- php: >=8.1
- ext-curl: *
- psr/log: ^1.1|^2.0|^3.0
- symfony/filesystem: ^6.2|^7.0
Requires (Dev)
- infection/infection: ^0.26
- keboola/coding-standard: >=14.0.0
- monolog/monolog: ^3.0
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
- sempro/phpunit-pretty-print: ^1.4
This package is auto-updated.
Last update: 2026-06-22 09:03:53 UTC
README
Library which installs the Slicer tool from https://github.com/keboola/processor-split-table/releases/.
Usage
Add Keboola\\Slicer\\Slicer::installSlicer command to composer.json, e.g.:
"pre-autoload-dump": [ "Aws\\Script\\Composer\\Composer::removeUnusedServices", "Keboola\\Slicer\\Slicer::installSlicer" ]
Then run composer install keboola/slicer. This will download the slicer tool to bin/slicer.
License
MIT licensed, see LICENSE file.