PHPackages                             heston/heston - 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. heston/heston

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

heston/heston
=============

Simple FTP Wrapper with Git Powered

v0.5.2(12y ago)081[1 issues](https://github.com/glendmaatita/Heston/issues)1MITPHPCI passing

Since Sep 21Pushed 1y agoCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (1)

Heston
======

[](#heston)

Heston is just FTP Wrapper, writter in PHP with Git-Powered inside it. It means Heston really need Git to be installed first in our working project directory before we can use it.

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

[](#requirement)

- PHP &gt;= 5.3.\*

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

[](#installation)

Via Composer

```
{
    "require": {
        "heston/heston": "dev-master"
    }
}

```

and type this command below to make sure that Heston is ready to use

```
vendor\bin\heston help

```

Basic Usage
-----------

[](#basic-usage)

Just specify the URL of the FTP Server, Username - Password, and local directory that contains the files you want to upload. For example, we have a directory called **repo** in our project directory, looks like

```
- MyProject
  * file_1
  * file_2
  - repo
    * repo_file_1
    * repo file_2

```

Lets say, the URL of our FTP is ftp://ftp.glendmaatita.com in port 21, username and password are root-secret. So we will run a command like this

```
vendor\bin\heston ftp://root:password@ftp.glendmaatita.com:21 repo/ "Upload file"

```

The last argument is comment, which is optional

If we want to upload entire of **MyProject** directory, simply change **repo/** to dot, like this

```
vendor\bin\heston ftp://root:password@ftp.glendmaatita.com:21 . "Upload file"

```

The files will upload to directory of the FTP's user and automatically committed by Heston with comment you provide before.

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

4601d ago

### Community

Maintainers

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

---

Top Contributors

[![glendmaatita](https://avatars.githubusercontent.com/u/966956?v=4)](https://github.com/glendmaatita "glendmaatita (21 commits)")

### Embed Badge

![Health badge](/badges/heston-heston/health.svg)

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

###  Alternatives

[ramsey/devtools

A Composer plugin to aid PHP library and application development.

7134.7k26](/packages/ramsey-devtools)[jimbojsb/workman

PHP process forking &amp; daemonizing library

608.8k](/packages/jimbojsb-workman)

PHPackages © 2026

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