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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.3
- 1.0.2
- 1.0.1
- dev-odin/AJDA-3137-1
- dev-pepa/gha
- dev-detached
- dev-devin/1767783154-bearer-token-api-bundle
- dev-devin/1769548300-improve-output-mapping-error-message
- dev-erik-AJDA-1087-single-job-v3
- dev-odin/AJDA-2841
- dev-pepa/PAT-1551_dropTimeout
- dev-pepa/symfony-httpclient-spike
- dev-pepa_PAT-64_podWatch
- dev-zajca-event-grid
- dev-PST-2442-ondra
- dev-pepa_k8s_deployment
- dev-roman-pst-1710
This package is auto-updated.
Last update: 2026-08-27 15:49: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.