kodify/downloader

Simple downloader

Installs: 5 441

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 12

Forks: 4

Open Issues: 1

pkg:composer/kodify/downloader

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

This package is not auto-updated.

Last update: 2025-12-28 08:30:59 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"
  }