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 CachingDetector.
 *
 * Wraps another detector and caches its results to a file. On subsequent
 * calls, returns the cached resource instead of running detection again.
 *
 * @param ResourceDetector $detector The detector to wrap
 * @param null|string $cachePath Cache file path (default: sys_get_temp_dir()/flow_telemetry_resource.cache)
 */
caching_detector(ResourceDetector $detector, ?string $cachePath) : CachingDetector

Contributors

Join us on GitHub external resource
scroll back to top