library downloader
Simple downloader
kodify/downloader
Simple downloader
- Monday, January 14, 2013
- by kodify
- Repository
- 14 Watchers
- 2 Stars
- 3,394 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 4 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
Downloader Bundle
Simple Downloader for the Symfony Framework, (*1)
What is this Downloader?
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., (*2)
Installation
Composer:
Add the following dependencies to your projects composer.json file:, (*3)
"require": {
"kodify/downloader": "dev-master"
}