PHPackages                             blackpanda-media/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. [HTTP &amp; Networking](/categories/http)
4. /
5. blackpanda-media/ftp-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

blackpanda-media/ftp-client
===========================

A simple PHP FTP client

v1.2.1(3y ago)02.9kMITPHPPHP 8.0.\* || 8.1.\*

Since Jan 23Pushed 3y agoCompare

[ Source](https://github.com/blackpanda-media/ftp-client)[ Packagist](https://packagist.org/packages/blackpanda-media/ftp-client)[ Docs](https://stagemedia.cz)[ RSS](/packages/blackpanda-media-ftp-client/feed)WikiDiscussions dev Synced 3w ago

READMEChangelog (4)Dependencies (5)Versions (7)Used By (0)

Speedy FTP Client
=================

[](#speedy-ftp-client)

Speedy FTP client is a package component for simple communication with the ftp server written in php.

Requirements
------------

[](#requirements)

- &gt;= php 8.0

Installation
------------

[](#installation)

```
$ composer require blackpanda-media/ftp-client
```

Usage
-----

[](#usage)

Basic initialization and class usage for the most used ftp server operations

```
require_once __DIR__ . '/vendor/autoload.php';

use BPM\FTP\Connection\Connection;
use BPM\FTP\SimpleFTPClient;

$connection = new Connection('host', 'login', 'password');
$client = new SimpleFTPClient($connection);

// shows the list of folders and files in the root server
var_dump($client->nlist('/'));
```

Tests
-----

[](#tests)

This package contains the basic tests that provide a good basis for further development

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

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

Every ~420 days

Total

5

Last Release

1401d ago

PHP version history (4 changes)v1.0.0PHP ^7.1.0

v1.0.1PHP 7.4.\* || 8.0.\*

1.1.0PHP 7.4.\* || 8.0.\* || 8.1.\*

v1.2.1PHP 8.0.\* || 8.1.\*

### Community

Maintainers

![](https://www.gravatar.com/avatar/21fadaa075b4ec3f0950bfad8bdcb7ab531d40bac889c63d869b4b21b7b7174d?d=identicon)[BlackPandaMedia](/maintainers/BlackPandaMedia)

![](https://www.gravatar.com/avatar/7c09bb1348499aece2a50ed1be2ea8248ee9aa1c00bd114b9fb3aa501396f0c1?d=identicon)[panvid](/maintainers/panvid)

---

Top Contributors

[![panvid](https://avatars.githubusercontent.com/u/10072693?v=4)](https://github.com/panvid "panvid (20 commits)")[![tkliner](https://avatars.githubusercontent.com/u/6005847?v=4)](https://github.com/tkliner "tkliner (17 commits)")

---

Tags

clientftpphpphpftp

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/blackpanda-media-ftp-client/health.svg)

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

###  Alternatives

[hannesvdvreken/guzzle-debugbar

A Guzzle middleware that logs requests to debugbar's timeline

77428.9k2](/packages/hannesvdvreken-guzzle-debugbar)

PHPackages © 2026

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