keboola / slicer
Settle provides a function to wait for something to happen.
Installs: 10 832
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 13
Forks: 0
Open Issues: 0
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
- dev-main
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.0.3
- 1.0.2
- 1.0.1
- dev-ms/dmd-177-out-mapping-dedup-strategy
- dev-odin-KAB-1029-b
- dev-pepa_PAT-64_podWatch
- dev-ujovlado-snowflake-size
- dev-PST-2442-ondra
- dev-ondra-fix-basetype-validation
- dev-pepa_DMD-67
- dev-pepa_PST-883_customServiceUrl
- dev-pepa_k8s_deployment
- dev-roman-pst-1710
This package is auto-updated.
Last update: 2025-08-15 11:31:25 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.