PHPackages                             jorgeuos/simple-sftp - 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. jorgeuos/simple-sftp

ActiveLibrary

jorgeuos/simple-sftp
====================

Allows sending data to sftp storage.

v0.1.4(3y ago)017MITPHPPHP ^7.3

Since May 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jorgeuos/SimpleSftp)[ Packagist](https://packagist.org/packages/jorgeuos/simple-sftp)[ RSS](/packages/jorgeuos-simple-sftp/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

SimpleSftp
==========

[](#simplesftp)

Because of the awesome [phpseclib3](https://phpseclib.com/) package, it is possible to send files to storage, such as sftp servers with minimal effort. No configuration of servers, because it is purely php.

Install
-------

[](#install)

With composer or download a zip.

Usage
-----

[](#usage)

### Start a SFTP server

[](#start-a-sftp-server)

I picked the top one from [Docker Hub](https://hub.docker.com/search?q=sftp), which worked perfekt for this example.

```
docker pull atmoz/sftp
docker run -p 22:22 -d atmoz/sftp foo:pass:::upload
```

### Write your script

[](#write-your-script)

```
require_once 'path/to/SimpleSftp.php';

$url = "0.0.0.0";
$port = 22;
$username = "foo";
$password = "pass";
$filePath = "/usr/local/var/www/test.txt";
$destinationPath = "upload/test.txt";

$jorgeuosSftpClient = new SimpleSftpClient($url, $port, $username, $password);
$jorgeuosSftpClient->sftpPut($destinationPath, $filePath);
```

### Done!

[](#done)

Simple as that!

Bye! 👋

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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

Total

5

Last Release

1438d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81a47a6c688cd950e400c3207df48813c1df60efa972627c2743570510c50438?d=identicon)[jorgeuos](/maintainers/jorgeuos)

---

Top Contributors

[![jorgeuos](https://avatars.githubusercontent.com/u/21176316?v=4)](https://github.com/jorgeuos "jorgeuos (6 commits)")

---

Tags

phpsftpSimple

### Embed Badge

![Health badge](/badges/jorgeuos-simple-sftp/health.svg)

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

###  Alternatives

[danog/madelineproto

Async PHP client API for the telegram MTProto protocol.

3.4k855.0k18](/packages/danog-madelineproto)[simplehtmldom/simplehtmldom

A fast, simple and reliable HTML document parser for PHP.

1921.3M14](/packages/simplehtmldom-simplehtmldom)[fab2s/souuid

Simple Ordered Uuid Generator in PHP

13573.2k1](/packages/fab2s-souuid)[comgate/sdk

Comgate PHP SDK

13327.8k](/packages/comgate-sdk)[simple-swoole/db

A db component for Simps.

216.3k3](/packages/simple-swoole-db)[endroid/simple-spreadsheet

Endroid Simple Spreadsheet

1412.5k](/packages/endroid-simple-spreadsheet)

PHPackages © 2026

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