PHPackages                             ceytek-labs/ftp-downloader - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. ceytek-labs/ftp-downloader

ActiveLibrary[File &amp; Storage](/categories/file-storage)

ceytek-labs/ftp-downloader
==========================

A lightweight library for downloading files over FTP using PHP.

v1.0.2(1y ago)05MITPHPPHP ^7.4 || ^8.0

Since Nov 25Pushed 1y agoCompare

[ Source](https://github.com/ceytek-labs/ftp-downloader)[ Packagist](https://packagist.org/packages/ceytek-labs/ftp-downloader)[ Docs](https://github.com/ceytek-labs/ftp-downloader)[ RSS](/packages/ceytek-labs-ftp-downloader/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

 [![FtpDownloader - Simple FTP File Downloader](https://raw.githubusercontent.com/ceytek-labs/ftp-downloader/refs/heads/1.x/art/banner.png)](https://raw.githubusercontent.com/ceytek-labs/ftp-downloader/refs/heads/1.x/art/banner.png)

 [![Total Downloads](https://camo.githubusercontent.com/47b65419ae087fdf1ca4b4e7d21f1a281c6636d6f4f7a541256b14b8ca8963df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63657974656b2d6c6162732f6674702d646f776e6c6f61646572)](https://packagist.org/packages/ceytek-labs/ftp-downloader) [![Latest Version](https://camo.githubusercontent.com/f8d86aca2de6bdfe746f4e14d93090ade519b5c89b21d2462b9085cb49de0c2d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63657974656b2d6c6162732f6674702d646f776e6c6f61646572)](https://packagist.org/packages/ceytek-labs/ftp-downloader) [![Size](https://camo.githubusercontent.com/b8e8a2a5bba2f7002f86dd0c122ca240211a7be14b5e3dde023ff22a01498e05/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7265706f2d73697a652f63657974656b2d6c6162732f6674702d646f776e6c6f61646572)](https://packagist.org/packages/ceytek-labs/ftp-downloader) [![License](https://camo.githubusercontent.com/e02effcf35d83a7eeae8841b14707a1d2acf18cf8874f14e4f1810c17e21a013/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63657974656b2d6c6162732f6674702d646f776e6c6f61646572)](https://packagist.org/packages/ceytek-labs/ftp-downloader)

---

FtpDownloader - Simple FTP File Downloader
==========================================

[](#ftpdownloader---simple-ftp-file-downloader)

**FtpDownloader** is a lightweight and simple library designed to streamline downloading files over FTP using PHP. With just a few method calls, you can securely retrieve files from any FTP server.

> **Note:** This package assumes the FTP server supports explicit FTPS (FTP over SSL/TLS).

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

[](#requirements)

- PHP 7.0 or higher (including PHP 8)

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

[](#installation)

You can add this package to your project via Composer:

```
composer require ceytek-labs/ftp-downloader
```

Usage
-----

[](#usage)

Here’s an example of how to use **FtpDownloader** to download a file from an FTP server:

```
use CeytekLabs\FtpDownloader\FtpDownloader;

try {
    FtpDownloader::make()
        ->setFtpServer('ftp.example.com')
        ->setUsername('username')
        ->setPassword('password')
        ->setFilePath('/data/example.zip')
        ->setLocalPath('/local/path/example.zip')
        ->download();

    echo "File downloaded successfully.";
} catch (Exception $e) {
    echo "Error: " . $e->getMessage();
}
```

Contributing
------------

[](#contributing)

Feel free to submit a **pull request** or report an issue. Any contributions and feedback are highly appreciated!

License
-------

[](#license)

This project is licensed under the MIT License.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

Every ~0 days

Total

4

Last Release

534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd04f7a68c28475cb5493f3d841a7ae95ad200188efb658e1a37e30a5f2ba6db?d=identicon)[ceyhun-celik](/maintainers/ceyhun-celik)

---

Top Contributors

[![ceyhun-celik](https://avatars.githubusercontent.com/u/112348956?v=4)](https://github.com/ceyhun-celik "ceyhun-celik (3 commits)")

---

Tags

ceytek-labsdownloaderfile-transferftpftp-clientlibraryphpphpftplibrarydownloaderftp-clientfile-transferCeytek Labs

### Embed Badge

![Health badge](/badges/ceytek-labs-ftp-downloader/health.svg)

```
[![Health](https://phpackages.com/badges/ceytek-labs-ftp-downloader/health.svg)](https://phpackages.com/packages/ceytek-labs-ftp-downloader)
```

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)

PHPackages © 2026

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