PHPackages                             marquine/php-etl - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. marquine/php-etl

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

marquine/php-etl
================

Extract, Transform and Load data using PHP.

v2.3.1(5y ago)182137.5k↓35.7%85[9 issues](https://github.com/leomarquine/php-etl/issues)[4 PRs](https://github.com/leomarquine/php-etl/pulls)MITPHPCI failing

Since Aug 17Pushed 3y ago9 watchersCompare

[ Source](https://github.com/leomarquine/php-etl)[ Packagist](https://packagist.org/packages/marquine/php-etl)[ RSS](/packages/marquine-php-etl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (15)Used By (0)

PHP ETL
=======

[](#php-etl)

[![Build Status](https://camo.githubusercontent.com/785668667e6aaf0d193203e35b36c15e280b9bcdc11449f7d71a342e4571d1b6/68747470733a2f2f7472617669732d63692e6f72672f6c656f6d61727175696e652f7068702d65746c2e737667)](https://travis-ci.org/leomarquine/php-etl)[![Latest Stable Version](https://camo.githubusercontent.com/a233a384e0664314394c539dafcce9b9e76fe01ed5b0bd76e954144fc6bab2af/68747470733a2f2f706f7365722e707567782e6f72672f6d61727175696e652f7068702d65746c2f762f737461626c65)](https://packagist.org/packages/marquine/php-etl)[![Latest Unstable Version](https://camo.githubusercontent.com/db751df7dc337bd9c32ff4f4c3480583e6d230792c339938a7c776f4b0fb9e5e/68747470733a2f2f706f7365722e707567782e6f72672f6d61727175696e652f7068702d65746c2f762f756e737461626c65)](https://packagist.org/packages/marquine/php-etl)[![License](https://camo.githubusercontent.com/4308d3524f03e56521fb70e705a2d290f16c20858a654afa5ae6d1e8df8a83cf/68747470733a2f2f706f7365722e707567782e6f72672f6d61727175696e652f7068702d65746c2f6c6963656e7365)](https://packagist.org/packages/marquine/php-etl)

Extract, Transform and Load data using PHP.

Installation
------------

[](#installation)

In your application's folder, run:

```
composer require marquine/php-etl

```

Documentation
-------------

[](#documentation)

Documentation can be found [here](https://php-etl.gitbook.io/).

Example
-------

[](#example)

In the example below, we will extract data from a csv file, trim white spaces from the name and email columns and then insert the values into the users table:

```
use Marquine\Etl\Etl;

$etl = new Etl;

$etl->extract('csv', '/path/to/users.csv')
    ->transform('trim', ['columns' => ['name', 'email']])
    ->load('insert', 'users')
    ->run();
```

License
-------

[](#license)

PHP ETL is licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity50

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 97.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~117 days

Recently: every ~149 days

Total

13

Last Release

2150d ago

Major Versions

v1.x-dev → v2.0.02018-09-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17835448?v=4)[Leonardo Marquine](/maintainers/leomarquine)[@leomarquine](https://github.com/leomarquine)

---

Top Contributors

[![leomarquine](https://avatars.githubusercontent.com/u/17835448?v=4)](https://github.com/leomarquine "leomarquine (306 commits)")[![gilmojoa](https://avatars.githubusercontent.com/u/18033724?v=4)](https://github.com/gilmojoa "gilmojoa (3 commits)")[![hersoncruz](https://avatars.githubusercontent.com/u/1965457?v=4)](https://github.com/hersoncruz "hersoncruz (2 commits)")[![antoniors](https://avatars.githubusercontent.com/u/1907651?v=4)](https://github.com/antoniors "antoniors (1 commits)")[![JoshStaff](https://avatars.githubusercontent.com/u/13961486?v=4)](https://github.com/JoshStaff "JoshStaff (1 commits)")[![tristanhall](https://avatars.githubusercontent.com/u/4906696?v=4)](https://github.com/tristanhall "tristanhall (1 commits)")

---

Tags

laraveldataextractionextracttransformtransformationseedetlload

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marquine-php-etl/health.svg)

```
[![Health](https://phpackages.com/badges/marquine-php-etl/health.svg)](https://phpackages.com/packages/marquine-php-etl)
```

###  Alternatives

[wizaplace/php-etl

Extract, Transform and Load data using this PHP written migration library.

7598.9k1](/packages/wizaplace-php-etl)[flow-php/etl

PHP ETL - Extract Transform Load - Abstraction

374468.4k51](/packages/flow-php-etl)[fab2s/yaetl

Widely Extended Nodal Extract-Transform-Load ETL Workflow AKA NEJQTL or Nodal-Extract-Join-Qualify-Tranform-Load

64181.0k](/packages/fab2s-yaetl)[flow-php/array-dot

PHP ETL - Array Dot functions

14374.1k3](/packages/flow-php-array-dot)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

81733.7k](/packages/flow-php-flow)[bisight/etl

BiSight ETL: Extract, Transform, Load toolkit

124.1k](/packages/bisight-etl)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
