Skip to content

Instantly share code, notes, and snippets.

@kbitlive
kbitlive / DownloadRemoteFileWithProgressCommand.php
Created October 15, 2019 16:12 — forked from Muspi/DownloadRemoteFileWithProgressCommand.php
Command for Symfony 3 & 4.Allow to download a remote file to server, and display ProgressBar.
<?php
/**
* Created by PhpStorm.
* User: Muspi
* Date: 29/05/2018
* Time: 16:19
*/
namespace AppBundle\Command;