Skip to content

Commit 0bc9a13

Browse files
committed
Updated README
1 parent 561e5bc commit 0bc9a13

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
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

1412
Documentation
1513
---

0 commit comments

Comments
 (0)