PHP code example of knplabs / etl
1. Go to this page and download the library: Download knplabs/etl library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
knplabs / etl example snippets
shell
# get composer
php composer.phar install --prefer-dist
bin/pimple-etl config.sample.php # example usage
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