Skip to content

This is simple laravel package, it has one command line to download list of urls

Notifications You must be signed in to change notification settings

alaaelgndy/S3Fucker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

S3 downloader

Installation

You can install it via composer:

composer require alaaelgndy/s3-fucker

and the package will automatically register itself.

Then publish config files

php artisan vendor:publish --provider="Elgndy\S3Fucker\S3FuckerServiceProvider"

The content of the published config file:

<?php

return [
    'folder_name' => 'course/', // that means you will find the dowloads in storage/app/downloads/course
    'urls' => [
      // urls to download
    ],
];

Add your links in urls to be downloaded.

Usage

Run the s3-fucker:

php artisan elgndy:s3-fucker

Note: it can be used for any public files even if not on s3.

About

This is simple laravel package, it has one command line to download list of urls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages