flow php

UNIFIED DATA PROCESSING FRAMEWORK

composer require flow-php/etl ~0.13.0

ChangelogRelease Cycle

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 path to php memory stream.
 *
 * @param string $path - default = '' - path is used as an identifier in memory filesystem, so we can write multiple files to memory at once, each path is a new handle
 * @param null|array{'stream': 'memory'|'temp'} $options - when nothing is provided, 'temp' stream is used by default
 *
 * @return Path
 */
path_memory(string $path, ?array $options) : Path

Contributors

Join us on GitHub external resource
scroll back to top