Simple Downloader for the Symfony Framework
It's a simple yet functional downloader for symfony that simply makes what it says in the tin, downloads the url specified in the specified path.
Add the following dependencies to your projects composer.json file:
"require": {
"kodify/downloader": "dev-master"
}