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

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

speedy/ftp-client
=================

A simple PHP FTP client

v1.0.0(8y ago)18.2k1[1 issues](https://github.com/tkliner/ftp-client/issues)MITPHPPHP ^7.1.0

Since Jan 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tkliner/ftp-client)[ Packagist](https://packagist.org/packages/speedy/ftp-client)[ Docs](https://stagemedia.cz)[ RSS](/packages/speedy-ftp-client/feed)WikiDiscussions dev Synced 4d ago

READMEChangelog (1)Dependencies (2)Versions (3)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 7.1

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

[](#installation)

```
$ composer require speedy/ftp-client
```

Usage
-----

[](#usage)

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

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

use Speedy\FTP\Connection\Connection;
use Speedy\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

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

3034d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9000d19d73d72f3e2c40d4336d8ea9531ab7874916fc91c092b871ad3ffcdd5?d=identicon)[tkliner](/maintainers/tkliner)

---

Top Contributors

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

---

Tags

phpftp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[hannesvdvreken/guzzle-debugbar

A Guzzle middleware that logs requests to debugbar's timeline

76410.4k1](/packages/hannesvdvreken-guzzle-debugbar)

PHPackages © 2026

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