Download the PHP package palvoelgyilaszlo/csv-to-ftp without Composer
On this page you can find all versions of the php package palvoelgyilaszlo/csv-to-ftp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package csv-to-ftp
Installation
Embed
use CsvFtp\CsvToFtp;
Use
$configuration = [ 'ftp_server' => 'XXX',
'ftp_username'=> 'XXX',
'ftp_userpass'=> 'XXX',
'file_name' => 'TEST15.csv' ];
$dataArray = [ 'example 1' => '1',
'....' => '2'];
$csv = new CsvToFtp( $configuration );
$csv->addHead(['this','andthis']) // Method addHead() is optional
->setData($dataArray)
->generateCSV();All versions of csv-to-ftp with dependencies
PHP Build Version
Package Version
Requires
php-di/php-di Version
^6.3
symfony/dotenv Version ^5.2
laszlopalvoelgyi/helper Version ^1.0
symfony/dotenv Version ^5.2
laszlopalvoelgyi/helper Version ^1.0
The package palvoelgyilaszlo/csv-to-ftp contains the following files
Loading the files please wait ...