PHPackages                             daniel-griffiths/filezilla-bat-generator - 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. daniel-griffiths/filezilla-bat-generator

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

daniel-griffiths/filezilla-bat-generator
========================================

A class that generates bat files for connecting to FTP via FileZilla

v1.0.0(9y ago)317MITPHPPHP ~5.6|~7.0

Since Jun 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Daniel-Griffiths/filezilla-bat-generator)[ Packagist](https://packagist.org/packages/daniel-griffiths/filezilla-bat-generator)[ Docs](https://github.com/daniel-griffiths/filezilla-bat-generator)[ RSS](/packages/daniel-griffiths-filezilla-bat-generator/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

FileZilla .bat generator
========================

[](#filezilla-bat-generator)

A simple class that generates .bat files for connecting to FTP accounts via FileZilla.

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

[](#installation)

Via Composer

```
composer require daniel-griffiths/filezilla-bat-generator

```

Usage
-----

[](#usage)

```
$filezilla = new DanielGriffiths\FileZilla;

//required settings
$filezilla->setUsername('username');
$filezilla->setPassword('password');
$filezilla->setHost('0.0.0.0');

//optional settings
$filezilla->setPath('D:\MyCustomDirectory\FileZilla.exe');
$filezilla->setPort('25');

$filezilla->generate();
```

All methods are also chainable.

```
$filezilla = new DanielGriffiths\FileZilla;
->setUsername('username')
->setPassword('password')
->setHost('0.0.0.0')
->generate();
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3291d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b16907c3c3250b7dc02873aacc6f6dc30755f3a3945cdf5c34ced5fdb0ff5412?d=identicon)[Daniel-Griffiths](/maintainers/Daniel-Griffiths)

---

Top Contributors

[![Daniel-Griffiths](https://avatars.githubusercontent.com/u/1458314?v=4)](https://github.com/Daniel-Griffiths "Daniel-Griffiths (15 commits)")

---

Tags

generatorbatdaniel-griffithsfilezilla

### Embed Badge

![Health badge](/badges/daniel-griffiths-filezilla-bat-generator/health.svg)

```
[![Health](https://phpackages.com/badges/daniel-griffiths-filezilla-bat-generator/health.svg)](https://phpackages.com/packages/daniel-griffiths-filezilla-bat-generator)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k116.2M677](/packages/symfony-maker-bundle)[simplesoftwareio/simple-qrcode

Simple QrCode is a QR code generator made for Laravel.

2.9k29.5M106](/packages/simplesoftwareio-simple-qrcode)[nikic/iter

Iteration primitives using generators

1.1k6.2M51](/packages/nikic-iter)[jeroendesloovere/vcard

This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.

5173.8M14](/packages/jeroendesloovere-vcard)[lambdish/phunctional

λ PHP functional library

3632.1M24](/packages/lambdish-phunctional)[riimu/kit-phpencoder

Highly customizable alternative to var\_export for PHP code generation

718.1M35](/packages/riimu-kit-phpencoder)

PHPackages © 2026

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