PHPackages                             chinlung/flysystem-curlftp - 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. chinlung/flysystem-curlftp

ActiveLibrary

chinlung/flysystem-curlftp
==========================

Flysystem Adapter for the FTP with cURL implementation

v2.0.1(7y ago)019.8k↓50%MITPHPPHP &gt;=5.5.9CI failing

Since May 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/chinlung/flysystem-curlftp)[ Packagist](https://packagist.org/packages/chinlung/flysystem-curlftp)[ RSS](/packages/chinlung-flysystem-curlftp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (12)Used By (0)

Flysystem Adapter for the FTP with cURL implementation
======================================================

[](#flysystem-adapter-for-the-ftp-with-curl-implementation)

[![Latest Stable Version](https://camo.githubusercontent.com/1a075f5a1fe4ad146c468dfebaded79d9279df67c1426390a40dbf063257532c/68747470733a2f2f706f7365722e707567782e6f72672f766c6164696d69722d79756c6461736865762f666c7973797374656d2d6375726c6674702f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/vladimir-yuldashev/flysystem-curlftp)[![License](https://camo.githubusercontent.com/8a5ffe15caf54ba7b292f8645152138c62e2e377f0827a89f6b25476798807ce/68747470733a2f2f706f7365722e707567782e6f72672f766c6164696d69722d79756c6461736865762f666c7973797374656d2d6375726c6674702f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/vladimir-yuldashev/flysystem-curlftp)[![Build Status](https://camo.githubusercontent.com/b6ca00575014e2c0ffa4a57efd8b41e0972d606321758c13f7e64ba47f4756ec/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f766c6164696d69722d79756c6461736865762f666c7973797374656d2d6375726c6674702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/vladimir-yuldashev/flysystem-curlftp)[![Quality Score](https://camo.githubusercontent.com/b63341c64ef85118b347520ea9dd25666383f9600bdb2d32f3b1cfdc29822024/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f766c6164696d69722d79756c6461736865762f666c7973797374656d2d6375726c6674702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/vladimir-yuldashev/flysystem-curlftp)[![StyleCI](https://camo.githubusercontent.com/d225ebc2cdb3055f0dd0b9580036501af5d207cc8ff45e7cd7dd99f3c6031b66/68747470733a2f2f7374796c6563692e696f2f7265706f732f39303032383037352f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/90028075)

This package contains a [Flysystem](https://flysystem.thephpleague.com/) FTP adapter with cURL implementation. It supports both explicit and implicit SSL connections.

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

[](#installation)

You can install the package via composer:

```
composer require vladimir-yuldashev/flysystem-curlftp
```

Usage
-----

[](#usage)

```
use League\Flysystem\Filesystem;
use VladimirYuldashev\Flysystem\CurlFtpAdapter;

$adapter = new CurlFtpAdapter([
  'host' => 'ftp.example.com',
  'username' => 'username',
  'password' => 'password',

  /** optional config settings */
  'port' => 21,
  'root' => '/path/to/root',
  'utf8' => true,
  'ftps' => true, // use ftps:// with implicit TLS or ftp:// with explicit TLS
  'ssl' => true,
  'timeout' => 90, // connect timeout
  'passive' => true, // default use PASV mode
  'skipPasvIp' => true, // ignore the IP address in the PASV response
  'sslVerifyPeer' => 0, // using 0 is insecure, use it only if you know what you're doing
  'sslVerifyHost' => 0, // using 0 is insecure, use it only if you know what you're doing

  /** proxy settings */
  'proxyHost' => 'proxy-server.example.com',
  'proxyPort' => 80,
  'proxyUsername' => 'proxyuser',
  'proxyPassword' => 'proxypassword',

  'verbose' => false // set verbose mode on/off
]);

$filesystem = new Filesystem($adapter);
```

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 71.3% 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 ~80 days

Recently: every ~62 days

Total

10

Last Release

2576d ago

Major Versions

v1.1.1 → v2.0.02018-10-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f97d3d2af5ae2ef6ab5d72b48dcfe4dbd5eb50acec8d7fa05a276ddd857a2f7?d=identicon)[chinlung](/maintainers/chinlung)

---

Top Contributors

[![vyuldashev](https://avatars.githubusercontent.com/u/1809081?v=4)](https://github.com/vyuldashev "vyuldashev (67 commits)")[![chinlung](https://avatars.githubusercontent.com/u/696924?v=4)](https://github.com/chinlung "chinlung (10 commits)")[![TechAlchemistry](https://avatars.githubusercontent.com/u/4455837?v=4)](https://github.com/TechAlchemistry "TechAlchemistry (7 commits)")[![simoheinonen](https://avatars.githubusercontent.com/u/3840367?v=4)](https://github.com/simoheinonen "simoheinonen (5 commits)")[![tristanveness](https://avatars.githubusercontent.com/u/12807752?v=4)](https://github.com/tristanveness "tristanveness (2 commits)")[![guenard](https://avatars.githubusercontent.com/u/1021524?v=4)](https://github.com/guenard "guenard (2 commits)")[![adrium](https://avatars.githubusercontent.com/u/23739584?v=4)](https://github.com/adrium "adrium (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chinlung-flysystem-curlftp/health.svg)

```
[![Health](https://phpackages.com/badges/chinlung-flysystem-curlftp/health.svg)](https://phpackages.com/packages/chinlung-flysystem-curlftp)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[spatie/laravel-backup

A Laravel package to backup your application

6.0k21.8M191](/packages/spatie-laravel-backup)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)

PHPackages © 2026

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