PHPackages                             claonilton/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. claonilton/php-etl

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

claonilton/php-etl
==================

Extract, Transform and Load data using PHP.

v2.4.1(8mo ago)080MITPHP

Since Aug 17Pushed 6mo agoCompare

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

READMEChangelogDependencies (3)Versions (18)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

42

—

FairBetter than 90% of packages

Maintenance63

Regular maintenance activity

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity72

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 ~235 days

Recently: every ~596 days

Total

15

Last Release

269d ago

Major Versions

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a2cca6788990d069a410dd5708da0b9b631b9bb661b9cae201e749ae33227b6?d=identicon)[Claonilton](/maintainers/Claonilton)

---

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/claonilton-php-etl/health.svg)

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

###  Alternatives

[marquine/php-etl

Extract, Transform and Load data using PHP.

182137.5k](/packages/marquine-php-etl)[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)

PHPackages © 2026

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