kodify/downloader

Simple downloader

dev-master 2013-01-14 00:00 UTC

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"
  }