Registry / other / php-etl-pipeline-contracts

php-etl-pipeline-contracts

JSON →
library0.5.1phppackagistunverified

This library describes contracts for the Extract-Transform-Load pattern.

composer require php-etl/pipeline-contracts
INSTALL
IMPORT
SIG · PHP-ETL-PIPELINE-C
P
php-etl-pipeline-contracts
otherphpv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PipelineInterface
use PhpEtl\Pipeline\Contracts\PipelineInterface;

Implement the pipeline contract

use PhpEtl\Pipeline\Contracts\PipelineInterface; class MyPipeline implements PipelineInterface { public function process($data) { return $data; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
php-etl-pipeline-contracts — pip install php-etl-pipeline-contracts · libregistry