Download the PHP package bhittani/download without Composer
On this page you can find all versions of the php package bhittani/download. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bhittani/download
More information about bhittani/download
Files in bhittani/download
Package download
Short Description Programmatically download files, zip archives and GitHub repositories.
License MIT
Homepage https://github.com/kamalkhan/download
Informations about the package download
Download
Programmatically download files, zip archives and GitHub repositories.
- Requirements
- Install
- Usage
- Downloading a file
- Downloading/extracting a zip archive
- Downloading a GitHub repository
- Using a progress callback handler
- Changelog
- Testing
- Contributing
- Security
- Credits
- License
Requirements
- PHP >= 5.6
- PHP Zip Extension
Install
You may install this package using composer.
Usage
This package currently allows downloading/extraction of files (local/network), zip files (local/network) and GitHub repositories.
Downloading a file
The file downloader allows downloading of a single file either from a local disk or over a network.
Downloading/extracting a zip archive
The zip downloader allows downloading of a zip file either from a local disk or over a network and extracting its contents into a local folder.
Downloading a GitHub repository
The GitHub downloader allows downloading of a GitHub repository into a local folder.
Using a progress callback handler
The download instances also accept a progress callback.
An stdout progress callback is available as an invocable class
Bhittani\Download\Progress\Standard
which may be useful for console output.
Changelog
Please see CHANGELOG for more information on what has changed.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected]
instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see the License File for more information.
All versions of download with dependencies
ext-zip Version *