Download the PHP package falc/flysystem-sftp-symlink-plugin without Composer
On this page you can find all versions of the php package falc/flysystem-sftp-symlink-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package flysystem-sftp-symlink-plugin
Flysystem Sftp Symlink Plugin
Requirements
- Flysystem >= 1.0.0
- flysystem-sftp >= 1.0.0
Installation
Using composer:
Or add it manually:
Usage
This plugin requires a Filesystem
instance using the Sftp adapter.
Symlink
Use symlink($target, $symlink)
to create a symlink.
DeleteSymlink
Use deleteSymlink($symlink)
to delete a symlink.
IsSymlink
Use isSymlink($filename)
to check if a file exists and is a symlink.
Full and relative paths
The above examples show how to create symlinks using /
as root and full paths. But it is possible to use relative paths too.
All versions of flysystem-sftp-symlink-plugin with dependencies
PHP Build Version
Package Version