KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
php-etl
★ 79
Open GitHub ↗
Extract-Transform-Load library
Download README (.md)
Explore Similar Repositories
ngx_http_hmac_secure_link_module
:
HMAC Secure Link module for NGINX.
mongoose-geojson-schema
:
Schema definitions for GeoJSON types for use with Mongoose JS
UrlShortener
:
A PHP library to generate shortened URL through famous API like Bit.ly or Google
DTModelStorage
:
Storage classes for datasource based controls
Luvent
:
Simple Event Library for Lua
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
php-etl
?
Download (.md)
php-etl ======= [](https://travis-ci.org/docteurklein/php-etl) php-etl is a PHP 5.5+ library that follows the well-known `Extract | Transform | Load` pattern. It provides a few extractors, a few transformers and a few loaders to import csv data into a RDBM for example. ## Usage ``` shell # get composer php composer.phar install --prefer-dist bin/pimple-etl config.sample.php # example usage ``` ## Contribute ``` shell # get composer php composer.phar install --prefer-dist --dev bin/phpspec desc Knp\ETL\Feature\Class vim src/Knp/ETL/Feature/Class.php bin/phpspec run -f pretty ```