Flysystem¶
Flysystem is a filesystem abstraction library for PHP. We are using Flysystem to manage files in the project. We installed a few flysystem adapters to work with different filesystems. The most important adapters are:
| Name | Library | Description |
|---|---|---|
| Flysystem FTP | league/flysystem-ftp | The FTP adapter provides a way to work with files over FTP. |
| Flysystem SFTP | league/flysystem-sftp-v3 | The SFTP adapter provides a way to work with files over SFTP. |
| Flysystem AWS S3 | league/flysystem-aws-s3-v3 | The AWS S3 adapter provides a way to work with files on Amazon S3. |
| Flysystem Azure Blob Storage | league/flysystem-azure-blob-storage | The Azure Blob Storage adapter provides a way to work with files on Azure Blob Storage. |