projectsaturnstudios / laravel-x-fer
Transfer files between servers using SFTP or AWS S3
0.0.1
2025-07-08 17:44 UTC
Requires
- php: ^8.2
- league/flysystem-aws-s3-v3: ^3.28
- league/flysystem-sftp-v3: ^3.28
- lorisleiva/laravel-actions: ^2.6
- projectsaturnstudios/pocketflow-php: ^0.1.1
- spatie/laravel-data: ^4.11
README
StreamFile::from($source_file, $source_disk) ->to($destination_file, $destination_disk); stream_from($source_file, $source_disk) ->to($destination_file, $destination_disk);