alaaelgndy/s3-fucker

This is a s3 downloader package

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/alaaelgndy/s3-fucker

dev-master 2020-04-27 08:37 UTC

This package is auto-updated.

Last update: 2025-09-27 21:00:19 UTC


README

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.