PHPackages                             baba/php-ftp-client - 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. baba/php-ftp-client

ActiveLibrary

baba/php-ftp-client
===================

51.0k1PHP

Since Mar 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sjurajpuchky/php-ftp-client)[ Packagist](https://packagist.org/packages/baba/php-ftp-client)[ RSS](/packages/baba-php-ftp-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-fto-client
==============

[](#php-fto-client)

Simple FTP Client wrapper

Install
=======

[](#install)

```
composer require baba/php-ftp-client

```

Example
=======

[](#example)

```
 use BABA\FTP\FtpClient;
 $client = new FtpClient($hostname, $username, $password, $rootFolder);
 $client->login();
 $files = $client->listFiles('/');
 foreach ($files as $file) {
    $client->downloadFile($file, './file.txt');
 }
 $client->disconnect();

```

License
=======

[](#license)

GPL-2.0-only

Authors
=======

[](#authors)

Juraj Puchký - BABA Tumise s.r.o.

 - SEO optilamizace

 - Tvorba webových stránek

 - Tvorba portálů a ecommerce b2b/b2c (eshopů) na zakázku

Log
===

[](#log)

1.0.0 - first release 1.0.1 - added support passive mode

Copyright
=========

[](#copyright)

© 2021 BABA Tumise s.r.o.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/50414d6c8a1d89d0ffa55d11f914c1b03ee4703f91c89cab763618085ab6d301?d=identicon)[baba\_tumise](/maintainers/baba_tumise)

### Embed Badge

![Health badge](/badges/baba-php-ftp-client/health.svg)

```
[![Health](https://phpackages.com/badges/baba-php-ftp-client/health.svg)](https://phpackages.com/packages/baba-php-ftp-client)
```

PHPackages © 2026

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