flow php

UNIFIED DATA PROCESSING FRAMEWORK

composer require flow-php/etl ~0.32.0

ChangelogRelease Cycle

play Try Playground

elephant
extract

Extracts

Read from various data sources.

arrow
transform

Transforms

Shape and optimize for your needs.

arrow
load

Loads

Store and secure in one of many available data sinks.


Definition


/**
 * Create a ManualDetector.
 *
 * Returns manually specified resource attributes. Use this when you need
 * to set attributes explicitly rather than detecting them automatically.
 *
 * @param array<string, array<bool|float|int|string>|bool|float|int|string> $attributes Resource attributes
 */
manual_detector(array $attributes) : ManualDetector

Contributors

Join us on GitHub external resource
scroll back to top