kodify/downloader

Simple downloader

Maintainers

Package info

github.com/kodify/DownloaderBundle

Homepage

pkg:composer/kodify/downloader

Statistics

Installs: 5 441

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

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

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