PHPackages                             kisphp/php-sftp-client - 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. kisphp/php-sftp-client

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

kisphp/php-sftp-client
======================

Tiny PHP SFTP client

0.1.0(4y ago)3257MITPHP

Since Oct 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kisphp/php-sftp-client)[ Packagist](https://packagist.org/packages/kisphp/php-sftp-client)[ Docs](http://www.kisphp.com)[ RSS](/packages/kisphp-php-sftp-client/feed)WikiDiscussions master Synced 2d ago

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

Simple PHP SFTP Client
======================

[](#simple-php-sftp-client)

[![example workflow](https://github.com/kisphp/php-sftp-client/actions/workflows/phpunit-run.yml/badge.svg)](https://github.com/kisphp/php-sftp-client/actions/workflows/phpunit-run.yml/badge.svg)

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

[](#installation)

Add in composer:

```
{
    "require": {
        "kisphp/php-sftp-client": "~0.1"
    }
}
```

Usage
-----

[](#usage)

Create a config class that implements `ConfigInterface`

```
