kodify / downloader
Simple downloader
Installs: 5 440
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 12
Forks: 4
Open Issues: 1
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: 2025-07-13 06:23:38 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"
}