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 ConsoleSpanExporter.
 *
 * Outputs spans to the console with ASCII table formatting.
 * Useful for debugging and development.
 *
 * @param bool $colors Whether to use ANSI colors (default: true)
 * @param ConsoleSpanOptions $options Display options for the exporter
 */
console_span_exporter(bool $colors, ConsoleSpanOptions $options) : ConsoleSpanExporter

Contributors

Join us on GitHub external resource
scroll back to top