PHPackages                             bhittani/download - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. bhittani/download

ActiveLibrary[File &amp; Storage](/categories/file-storage)

bhittani/download
=================

Programmatically download files, zip archives and GitHub repositories.

0.3.0(4y ago)14001MITPHPPHP &gt;=5.6CI failing

Since Apr 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kamalkhan/download)[ Packagist](https://packagist.org/packages/bhittani/download)[ Docs](https://github.com/kamalkhan/download)[ RSS](/packages/bhittani-download/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (5)Used By (1)

Download [![Build Status](https://camo.githubusercontent.com/ddfdafdf85d88cd433cfdf72d2ee951a604a9506977deb0f3ac5a9d4383ff6c3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6b616d616c6b68616e2f646f776e6c6f61642f6d61696e3f7374796c653d666c61742d737175617265)](https://github.com/kamalkhan/download) [![Total Downloads](https://camo.githubusercontent.com/d498fea799bf9098bee0f95ca6bc2bc5a2ded4f5a7e3d64cd225e0b012c5d8f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6268697474616e692f646f776e6c6f61642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bhittani/download) [![MIT License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)
===============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#download---)

Programmatically download files, zip archives and GitHub repositories.

- [Requirements](#requirements)
- [Install](#install)
- [Usage](#usage)
    - [Downloading a file](#downloading-a-file)
    - [Downloading/extracting a zip archive](#downloadingextracting-a-zip-archive)
    - [Downloading a GitHub repository](#downloading-a-github-repository)
    - [Using a progress callback handler](#using-a-progress-callback-handler)
- [Changelog](#changelog)
- [Testing](#testing)
- [Contributing](#contributing)
- [Security](#security)
- [Credits](#credits)
- [License](#license)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- PHP Zip Extension

Install
-------

[](#install)

You may install this package using [composer](https://getcomposer.org).

```
$ composer require bhittani/download --prefer-dist
```

Usage
-----

[](#usage)

This package currently allows downloading/extraction of files (local/network), zip files (local/network) and [GitHub](https://github.com) repositories.

### Downloading a file

[](#downloading-a-file)

The file downloader allows downloading of a single file either from a local disk or over a network.

```
