kodify / downloader
Simple downloader
dev-master
2013-01-14 00:00 UTC
Requires
- php: >=5.3.3
- symfony/symfony: >=2.1.0
Requires (Dev)
- php: >=5.3.3
- symfony/symfony: >=2.1.0
This package is not auto-updated.
Last update: 2026-03-22 09:33:26 UTC
README
Simple Downloader for the Symfony Framework
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.
Installation
Composer:
Add the following dependencies to your projects composer.json file:
"require": {
"kodify/downloader": "dev-master"
}