Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.95 KB

installation.md

File metadata and controls

47 lines (40 loc) · 1.95 KB

Installation

Flow is developed as a monorepo in order to reduce maintenance overhead and to make it easier to manage dependencies between components.

Instead of installing whole repository with all dependencies, it's recommended to install only the components you need.

For example, if you want to work with JSON/CSV files here are the dependencies you will need to install:

  • ➡️ Composer
composer require flow-php/etl flow-php/etl-adapter-csv flow-php/etl-adapter-json