Download the PHP package webcraftdg/data-pipeline without Composer
On this page you can find all versions of the php package webcraftdg/data-pipeline. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webcraftdg/data-pipeline
More information about webcraftdg/data-pipeline
Files in webcraftdg/data-pipeline
Download webcraftdg/data-pipeline
More information about webcraftdg/data-pipeline
Files in webcraftdg/data-pipeline
Vendor webcraftdg
Package data-pipeline
Short Description Framework-agnostic PHP data pipeline engine for reading, mapping, transforming, processing and writing structured data.
License MIT
Homepage https://github.com/webcraftdg/data-pipeline
Package data-pipeline
Short Description Framework-agnostic PHP data pipeline engine for reading, mapping, transforming, processing and writing structured data.
License MIT
Homepage https://github.com/webcraftdg/data-pipeline
Please rate this library. Is it a good library?
Informations about the package data-pipeline
webcraftdg/data-pipeline
Moteur générique de transformation de données en PHP.
OBJECTIF
Ce composant permet de transformer des données d'un format à un autre de manière propre, réutilisable et maintenable.
Exemples :
- CSV → Base de données
- Base de données → Excel
- JSON → XML
- Array → JSON
CONCEPT
Le système repose sur un flux :
Source → Pipeline → Target
Il n'y a pas de notion technique d'import/export, seulement un flux de données.
FONCTIONNEMENT
Le pipeline suit ces étapes :
Input → Mapping → Transformers → Processor → Output
- Input : lit les données
- Mapping : renomme les colonnes
- Transformers : transforme les valeurs
- Processor : applique la logique métier
- Output : écrit les données
EXEMPLE COMPLET
- Installation
- Pipeline
- Input
- Processor
- transformer
- Extension
- Exemple complet
All versions of data-pipeline with dependencies
PHP Build Version
Package Version
The package webcraftdg/data-pipeline contains the following files
Loading the files please wait ...