PHPackages                             christyb/sftp-api-bundle - 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. christyb/sftp-api-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

christyb/sftp-api-bundle
========================

list files and directories of a sftp server, possibility to search by file or content

1.0.0(3y ago)04MITPHP

Since May 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/christy-B/sftp-api-bundle)[ Packagist](https://packagist.org/packages/christyb/sftp-api-bundle)[ RSS](/packages/christyb-sftp-api-bundle/feed)WikiDiscussions main Synced 1mo ago

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

Wynd API SFTP Bundle
====================

[](#wynd-api-sftp-bundle)

Introduction
------------

[](#introduction)

The purpose of this bundle is: first to list the files and directories of an sftp server; then to allow the search of a file or directory through its name; and finally to allow the search by content.

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

[](#installation)

1. Download WyndApiBundle using composer
2. Add WyndApiBundle routing

### 1. Download WyndApiBundle using composer

[](#1-download-wyndapibundle-using-composer)

Require the bundle with composer:

```
composer require christyb/sftp-api-bundle

```

### 2. Add WyndApiBundle routing

[](#2-add-wyndapibundle-routing)

Add these lines in your `config/routes/routes.yaml`:

```
sftp_api_bundle:
  resource: '@WyndApiBundle/Resources/config/routes.yaml'
  prefix:

```

Routes
------

[](#routes)

the differents routes availables in this bundle:

- /api/sftp/list
- /api/sftp/list/search?search=
- /api/sftp/list/search/content?word=

Documentation
-------------

[](#documentation)

- using of phpdocumentor :

```
```

- creation of the Doxygen configuration file:

```

```

- generation of documentation

```

```

Other
-----

[](#other)

1. No forget environment variables(sftp server)
2. install phpseclib in your project

### 1. sftp

[](#1-sftp)

SFTP\_HOST= #host of your sftp server SFTP\_PASSWORD= #the password SFTP\_USER= # the user

### 2. phpseclib

[](#2-phpseclib)

composer require phpseclib/phpseclib:~3.0

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1110d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69b567a1cc041e7c14b9e57153bac69c027de173903aca77ec2e3a29d0974709?d=identicon)[christyB](/maintainers/christyB)

---

Top Contributors

[![christy-B](https://avatars.githubusercontent.com/u/67116940?v=4)](https://github.com/christy-B "christy-B (4 commits)")

### Embed Badge

![Health badge](/badges/christyb-sftp-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/christyb-sftp-api-bundle/health.svg)](https://phpackages.com/packages/christyb-sftp-api-bundle)
```

PHPackages © 2026

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