PHPackages                             yish/laravel-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. [File &amp; Storage](/categories/file-storage)
4. /
5. yish/laravel-curlftp

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

yish/laravel-curlftp
====================

The curl-ftp filesystem (the wrapper) with laravel.

1.0.2(5y ago)01182MITPHPPHP &gt;=7.1

Since Aug 15Pushed 5y agoCompare

[ Source](https://github.com/Mombuyish/laravel-curlftp)[ Packagist](https://packagist.org/packages/yish/laravel-curlftp)[ Docs](https://github.com/Mombuyish/laravel-curlftp)[ RSS](/packages/yish-laravel-curlftp/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel curl-ftp
================

[](#laravel-curl-ftp)

This package is simple to provide `vladimir-yuldashev/flysystem-curlftp` facade(wrapper) with laravel.

[![Latest Version on Packagist](https://camo.githubusercontent.com/5c61b0a795ce6e1ca6c1661020fa5e818ad5cbf42069e98b385b60f398108d8c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f796973682f6c61726176656c2d6375726c6674702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yish/laravel-curlftp)[![Build Status](https://camo.githubusercontent.com/d7fde71bdf8d4df1f6e5c9f23d772045f831ed6b61b9e9b0126d7c7b4b6d8b9d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4d6f6d6275796973682f6c61726176656c2d6375726c6674702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Mombuyish/laravel-curlftp)[![Total Downloads](https://camo.githubusercontent.com/d66cff5174f48750b6986946f7037b3e1fa745564792612bb70092c639f26229/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f796973682f6c61726176656c2d6375726c6674702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/yish/laravel-curlftp)

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

[](#installation)

You can install the package via composer:

```
composer require yish/laravel-curlftp
```

Requirement
-----------

[](#requirement)

Laravel `5.8` or later.

Usage
-----

[](#usage)

In your `config/filesystems.php`, adding driver to support.

```
'curlftp' => [
    'driver'   => 'curl-ftp',
    'host' => 'ftp.example.com',
    'username' => 'username',
    'password' => 'password',

    /** optional config settings */
    'port' => 21,
    'root' => '/path/to/root',
    'utf8' => true,
    'ssl' => true,
    'timeout' => 90,		// connect timeout
    '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',
],
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Yish](https://github.com/Mombuyish)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

2072d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8007787?v=4)[Yish](/maintainers/Mombuyish)[@Mombuyish](https://github.com/Mombuyish)

---

Top Contributors

[![Mombuyish](https://avatars.githubusercontent.com/u/8007787?v=4)](https://github.com/Mombuyish "Mombuyish (12 commits)")

---

Tags

ftplaravelyishcurlftp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yish-laravel-curlftp/health.svg)

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

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[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)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[zanysoft/laravel-zip

laravel-zip is the world's leading zip utility for file compression and backup.

3142.8M15](/packages/zanysoft-laravel-zip)[dcblogdev/laravel-dropbox

A Laravel Dropbox v2 package

3263.0k](/packages/dcblogdev-laravel-dropbox)[zing/laravel-flysystem-obs

Flysystem Adapter for OBS

1211.2k](/packages/zing-laravel-flysystem-obs)

PHPackages © 2026

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