projectsaturnstudios/laravel-x-fer

Transfer files between servers using SFTP or AWS S3

0.0.1 2025-07-08 17:44 UTC

This package is auto-updated.

Last update: 2025-07-08 17:48:50 UTC


README

StreamFile::from($source_file, $source_disk)
    ->to($destination_file, $destination_disk);

stream_from($source_file, $source_disk)
    ->to($destination_file, $destination_disk);