File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- Pipeline implementation
1+ Job implementation
22===
33
4- This package brings an implementation for the pipeline component, aimed at providing an Extract-Transform-Load pattern,
5- with logging, line rejections and execution states.
4+ This library describes contracts for defining job formats
65
7-
8- [ ![ Quality] ( https://github.com/php-etl/pipeline/actions/workflows/quality.yaml/badge.svg )] ( https://github.com/php-etl/pipeline/actions/workflows/quality.yaml )
9- [ ![ PHPStan level 5] ( https://github.com/php-etl/pipeline/actions/workflows/phpstan-5.yaml/badge.svg )] ( https://github.com/php-etl/pipeline/actions/workflows/phpstan-5.yaml )
10- [ ![ PHPStan level 7] ( https://github.com/php-etl/pipeline/actions/workflows/phpstan-7.yaml/badge.svg )] ( https://github.com/php-etl/pipeline/actions/workflows/phpstan-7.yaml )
11- [ ![ PHPStan level 8] ( https://github.com/php-etl/pipeline/actions/workflows/phpstan-8.yaml/badge.svg )] ( https://github.com/php-etl/pipeline/actions/workflows/phpstan-8.yaml )
12- ![ PHP] ( https://img.shields.io/packagist/php-v/php-etl/pipeline )
6+ [ ![ Quality] ( https://github.com/php-etl/job-contracts/actions/workflows/quality.yaml/badge.svg )] ( https://github.com/php-etl/job-contracts/actions/workflows/quality.yaml )
7+ [ ![ PHPStan level 5] ( https://github.com/php-etl/job-contracts/actions/workflows/phpstan-5.yaml/badge.svg )] ( https://github.com/php-etl/job-contracts/actions/workflows/phpstan-5.yaml )
8+ [ ![ PHPStan level 7] ( https://github.com/php-etl/job-contracts/actions/workflows/phpstan-7.yaml/badge.svg )] ( https://github.com/php-etl/job-contracts/actions/workflows/phpstan-7.yaml )
9+ [ ![ PHPStan level 8] ( https://github.com/php-etl/job-contracts/actions/workflows/phpstan-8.yaml/badge.svg )] ( https://github.com/php-etl/job-contracts/actions/workflows/phpstan-8.yaml )
10+ ![ PHP] ( https://img.shields.io/packagist/php-v/php-etl/job-contracts )
1311
1412Documentation
1513---
You can’t perform that action at this time.
0 commit comments