2017 © Pedro Peláez
 

library php-etl

Extract, Transform and Load data using PHP.

image

marquine/php-etl

Extract, Transform and Load data using PHP.

  • Friday, June 1, 2018
  • by leomarquine
  • Repository
  • 7 Watchers
  • 39 Stars
  • 4,713 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 19 Forks
  • 4 Open issues
  • 5 Versions
  • 36 % Grown

The README.md

PHP ETL

Build Status Latest Stable Version Latest Unstable Version License, (*1)

Extract, Transform and Load data using PHP., (*2)

Installation

In your application's folder, run:, (*3)

composer require marquine/php-etl

Documentation

Documentation can be found here., (*4)

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:, (*5)

use Marquine\Etl\Etl;

$etl = new Etl;

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

License

PHP ETL is licensed under the MIT license., (*6)

The Versions

01/06 2018

dev-master

9999999-dev

Extract, Transform and Load data using PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leonardo Marquine

laravel data extraction transform extract load transformation seed etl

11/02 2018

v1.x-dev

1.9999999.9999999.9999999-dev

Extract, Transform and Load data using PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leonardo Marquine

laravel data extraction transform extract load transformation seed etl

23/08 2017

v1.1.0

1.1.0.0

Extract, Transform and Load data using PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leonardo Marquine

laravel data extraction transform extract load transformation seed etl

19/08 2016

1.0.1

1.0.1.0

Extract, Transform and Load data using PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leonardo Marquine

laravel data extraction transform extract load transformation seed etl

17/08 2016

1.0.0

1.0.0.0

Extract, Transform and Load data using PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Leonardo Marquine

laravel data extraction transform extract load transformation seed etl