PHPackages                             popphp/pop-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. popphp/pop-ftp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

popphp/pop-ftp
==============

Pop FTP Component for Pop PHP Framework

4.0.2(6mo ago)46.4k↓50%1BSD-3-ClausePHPPHP &gt;=8.3.0

Since Jul 20Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/popphp/pop-ftp)[ Packagist](https://packagist.org/packages/popphp/pop-ftp)[ Docs](https://github.com/popphp/pop-ftp)[ RSS](/packages/popphp-pop-ftp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (20)Used By (1)

pop-ftp
=======

[](#pop-ftp)

[![Join the chat at https://discord.gg/TZjgT74U7E](https://camo.githubusercontent.com/acad7b0eeb78b78d08ffd2b85681ab243436388b5f86f8bcb956a69246e53739/68747470733a2f2f6d656469612e706f707068702e6f72672f696d672f646973636f72642e737667)](https://discord.gg/TZjgT74U7E)

- [Overview](#overview)
- [Install](#install)
- [Quickstart](#quickstart)

Overview
--------

[](#overview)

`pop-ftp` is a simple and convenient FTP adapter for processing FTP requests via PHP.

It is a component of the [Pop PHP Framework](https://www.popphp.org/).

[Top](#pop-ftp)

Install
-------

[](#install)

Install `pop-ftp` using Composer.

```
composer require popphp/pop-ftp

```

Or, require it in your composer.json file

```
"require": {
    "popphp/pop-ftp" : "^4.0.2"
}

```

[Top](#pop-ftp)

Quickstart
----------

[](#quickstart)

### Create a new directory, change into it and upload a file

[](#create-a-new-directory-change-into-it-and-upload-a-file)

```
use Pop\Ftp\Ftp;

$ftp = new Ftp('ftp.myserver.com', 'username', 'password');

$ftp->mkdir('somedir');
$ftp->chdir('somedir');

$ftp->put('file_on_server.txt', 'my_local_file.txt');
```

### Download file from a directory

[](#download-file-from-a-directory)

```
use Pop\Ftp\Ftp;

$ftp = new Ftp('ftp.myserver.com', 'username', 'password');

$ftp->chdir('somedir');

$ftp->get('my_local_file.txt', 'file_on_server.txt');
```

[Top](#pop-ftp)

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance66

Regular maintenance activity

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity87

Battle-tested with a long release history

 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 ~268 days

Recently: every ~430 days

Total

15

Last Release

200d ago

Major Versions

2.1.0 → 3.0.02017-02-22

3.0.5 → 4.0.02023-11-09

PHP version history (8 changes)2.0.0PHP &gt;=5.4.0

3.0.0PHP &gt;=5.6.0

3.0.2PHP &gt;=7.1.0

3.0.4PHP &gt;=7.3.0

3.0.5PHP &gt;=7.4.0

4.0.0PHP &gt;=8.1.0

4.0.1PHP &gt;=8.2.0

4.0.2PHP &gt;=8.3.0

### Community

Maintainers

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

---

Top Contributors

[![nicksagona](https://avatars.githubusercontent.com/u/898670?v=4)](https://github.com/nicksagona "nicksagona (29 commits)")

---

Tags

phpftppoppop php

### Embed Badge

![Health badge](/badges/popphp-pop-ftp/health.svg)

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

###  Alternatives

[popphp/pop-db

Pop Db Component for Pop PHP Framework

1814.6k11](/packages/popphp-pop-db)[popphp/pop-pdf

PHP PDF library for generating and importing PDF documents. A component of the Pop PHP Framework

207.8k1](/packages/popphp-pop-pdf)[popphp/pop-http

Pop Http Component for Pop PHP Framework

1018.5k13](/packages/popphp-pop-http)

PHPackages © 2026

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