keboola / slicer
Settle provides a function to wait for something to happen.
Installs: 4 324
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- ext-curl: *
- psr/log: ^1.1|^2.0|^3.0
- symfony/filesystem: ^6.2
Requires (Dev)
- infection/infection: ^0.26
- keboola/coding-standard: >=14.0.0
- monolog/monolog: ^2.1
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
- sempro/phpunit-pretty-print: ^1.4
This package is auto-updated.
Last update: 2024-10-25 12:07:39 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.