Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Gaufrette Laravel Package

knplabs/gaufrette

View on GitHub
Deep Wiki
Context7

currentMenu: sftp

SFTP

Warning: This adapter has been deprecated since v0.4.0 and will be removed in v1.0.0.

N.B. SFTP adapter is not recommended to use due to https://bugs.php.net/bug.php?id=64169. It is recommended to use phpseclib SFTP adapter instead.

This adapter is based on the ssh2 extension. If you don't have this extension available and you can't install it, the PhpseclibSftp adapter is based on a full-php ssh client.

Prerequisites

You can install it via:

composer require herzult/php-ssh:^1.1
pecl install ssh2-beta

Example

The first argument should be an instance of \Ssh\Client. Please refer to herzult/php-ssh documentation to know how to build it.

The second argument is the base directory you want to use.

The third one indicates whether you want to automatically create directories if they does not exists (i.e. when you create a file in a directory that does not exist yet).

<?php

use Gaufrette\Adapter\Sftp as SftpAdapter;
use Gaufrette\Filesystem;

$adapter = new SftpAdapter($sftpClient, '/media', true);
$filesystem = new Filesystem($adapter);
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
ilhamsyabani/laravel-volt-starter
thethunderturner/filament-latex
ghostcompiler/laravel-querybuilder
webrek/laravel-telescope-mongodb
anousss007/blatui
zatona-eg/zatona-eg-api
cocosmos/filament-sticky-save-bar
patrickbussmann/oauth2-apple
3brs/enterprise-security-bundle
anousss007/vigilance
supportpal/eloquent-model
ardenexal/fhir-models
laravel-at/laravel-image-sanitize
romalytar/yammi-audit-log-laravel
ardenexal/fhir-validation
arshaviras/weather-widget
laravel-chronicle/core
sunchayn/nimbus
daikazu/eloquent-salesforce-objects
unseen-codes/chat