kfosoft/php-download-manager

There is no license information available for the latest version (dev-master) of this package.

PHP Download Manager

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/kfosoft/php-download-manager

dev-master 2015-09-20 21:01 UTC

This package is not auto-updated.

Last update: 2025-10-11 23:32:55 UTC


README

Installation

Installation with Composer

Either run

    php composer.phar require --prefer-dist kfosoft/php-download-manager:"dev-master"

or add in composer.json

    "require": {
            ...
            "kfosoft/php-download-manager":"dev-master"
    }