PHPackages                             uar-daniel-gafitescu/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. [HTTP &amp; Networking](/categories/http)
4. /
5. uar-daniel-gafitescu/ftp

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

uar-daniel-gafitescu/ftp
========================

A simple Laravel 6 ftp service provider

v2.0.2(9y ago)069MITPHPPHP &gt;=5.4.0

Since Sep 24Pushed 5y agoCompare

[ Source](https://github.com/uar-daniel-gafitescu/Laravel-FTP)[ Packagist](https://packagist.org/packages/uar-daniel-gafitescu/ftp)[ RSS](/packages/uar-daniel-gafitescu-ftp/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (9)Used By (0)

Laravel-FTP
===========

[](#laravel-ftp)

A simple Laravel 6 ftp service provider.

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

[](#installation)

Add the package to your `composer.json` and run `composer update`.

```
{
    "require": {
        "uar-daniel-gafitescu/ftp":"dev"
    }
}

```

>

Add the service provider in `config/app.php`:

```
'Anchu\Ftp\FtpServiceProvider',

```

Configuration
-------------

[](#configuration)

Run `php artisan vendor:publish --tag=config` and modify the config file(`config/ftp.php`) with your ftp connections.

You can add dynamic FTP connections with following syntax

```
Config::set('ftp.connections.key', array(
           'host'   => '',
           'username' => '',
           'password'   => '',
           'passive'   => false,
           'secure'   => false,
));
```

Accessing connections
---------------------

[](#accessing-connections)

You can access default FTP connection via the `FTP::connection` method:

```
FTP::connection()->getDirListing(...);
```

When using multiple connections you can access each specific ftp connection by passing connection name:

```
FTP::connection('foo')->getDirListing(...);
```

Sometimes you may need to reconnect to a given ftp:

```
FTP::reconnect('foo');
```

If you need to disconnect from a given ftp use the disconnect method:

```
FTP::disconnect('foo');
```

Basic usage examples
--------------------

[](#basic-usage-examples)

```
// With custom connection
$listing = FTP::connection('my-ftp-connection')->getDirListing();

// with default connection
$listing = FTP::connection()->getDirListing();
$status = FTP::connection()->makeDir('directory-name');
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 70.1% 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 ~213 days

Recently: every ~314 days

Total

8

Last Release

2758d ago

Major Versions

v0.0.1 → v1.0.02015-03-22

v1.0.0 → v2.0.02015-03-22

PHP version history (2 changes)v0.0.1PHP &gt;=5.3.0

v2.0.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/dac6ef5aca695c77a9f01116ee3bc8f3c57a6102f695c8f46a33e149a3c300d4?d=identicon)[uar-danielg](/maintainers/uar-danielg)

---

Top Contributors

[![harishanchu](https://avatars.githubusercontent.com/u/2888759?v=4)](https://github.com/harishanchu "harishanchu (54 commits)")[![yamenarahman](https://avatars.githubusercontent.com/u/24607365?v=4)](https://github.com/yamenarahman "yamenarahman (8 commits)")[![uar-daniel-gafitescu](https://avatars.githubusercontent.com/u/19574976?v=4)](https://github.com/uar-daniel-gafitescu "uar-daniel-gafitescu (3 commits)")[![yahoo-ptz](https://avatars.githubusercontent.com/u/2085725?v=4)](https://github.com/yahoo-ptz "yahoo-ptz (3 commits)")[![phazei](https://avatars.githubusercontent.com/u/431395?v=4)](https://github.com/phazei "phazei (3 commits)")[![tufanbarisyildirim](https://avatars.githubusercontent.com/u/980848?v=4)](https://github.com/tufanbarisyildirim "tufanbarisyildirim (2 commits)")[![Zwaen91](https://avatars.githubusercontent.com/u/7441106?v=4)](https://github.com/Zwaen91 "Zwaen91 (1 commits)")[![lsowen](https://avatars.githubusercontent.com/u/1014577?v=4)](https://github.com/lsowen "lsowen (1 commits)")[![mnabialek](https://avatars.githubusercontent.com/u/7656807?v=4)](https://github.com/mnabialek "mnabialek (1 commits)")[![EduardBess](https://avatars.githubusercontent.com/u/4729526?v=4)](https://github.com/EduardBess "EduardBess (1 commits)")

---

Tags

ftplaravelservice providerl5L4

### Embed Badge

![Health badge](/badges/uar-daniel-gafitescu-ftp/health.svg)

```
[![Health](https://phpackages.com/badges/uar-daniel-gafitescu-ftp/health.svg)](https://phpackages.com/packages/uar-daniel-gafitescu-ftp)
```

###  Alternatives

[anchu/ftp

A simple Laravel 7 ftp service provider

225579.4k](/packages/anchu-ftp)[binary-cats/laravel-mailgun-webhooks

Handle Mailgun webhooks in a Laravel application

64299.4k](/packages/binary-cats-laravel-mailgun-webhooks)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)[illuminatech/data-provider

Allows easy build for DB queries from API requests

4413.3k](/packages/illuminatech-data-provider)[onlime/laravel-http-client-global-logger

A global logger for the Laravel HTTP Client

1935.1k](/packages/onlime-laravel-http-client-global-logger)

PHPackages © 2026

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