PHPackages                             palvoelgyilaszlo/csv-to-ftp - 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. palvoelgyilaszlo/csv-to-ftp

ActiveLibrary

palvoelgyilaszlo/csv-to-ftp
===========================

v1.0.8(4y ago)001MITPHP

Since May 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/palvoelgyilaszlo/csvtoftp)[ Packagist](https://packagist.org/packages/palvoelgyilaszlo/csv-to-ftp)[ RSS](/packages/palvoelgyilaszlo-csv-to-ftp/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Installation
============

[](#installation)

Embed
=====

[](#embed)

```
use CsvFtp\CsvToFtp;

```

Use
===

[](#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();

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1820d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/83946817?v=4)[palvoelgyilaszlo](/maintainers/palvoelgyilaszlo)[@palvoelgyilaszlo](https://github.com/palvoelgyilaszlo)

---

Top Contributors

[![palvoelgyilaszlo](https://avatars.githubusercontent.com/u/83946817?v=4)](https://github.com/palvoelgyilaszlo "palvoelgyilaszlo (6 commits)")

### Embed Badge

![Health badge](/badges/palvoelgyilaszlo-csv-to-ftp/health.svg)

```
[![Health](https://phpackages.com/badges/palvoelgyilaszlo-csv-to-ftp/health.svg)](https://phpackages.com/packages/palvoelgyilaszlo-csv-to-ftp)
```

###  Alternatives

[respect/validation

The most awesome validation engine ever created for PHP

5.9k37.4M383](/packages/respect-validation)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[zbateson/mail-mime-parser

MIME email message parser

53949.2M79](/packages/zbateson-mail-mime-parser)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[jason-munro/cypht

Lightweight Open Source webmail written in PHP and JavaScript

1.5k146.0k](/packages/jason-munro-cypht)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)

PHPackages © 2026

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