Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fawno/wget
PHP Class wget
https://github.com/fawno/wget
php wget wget-php
Last synced: about 5 hours ago
JSON representation
PHP Class wget
- Host: GitHub
- URL: https://github.com/fawno/wget
- Owner: fawno
- License: mit
- Created: 2018-01-20T22:20:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T22:07:40.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:11:41.250Z (8 days ago)
- Topics: php, wget, wget-php
- Language: PHP
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub license](https://img.shields.io/github/license/fawno/wget)](LICENSE)
[![GitHub release](https://img.shields.io/github/release/fawno/wget)](https://github.com/fawno/wget/releases)
[![Packagist](https://img.shields.io/packagist/v/fawno/wget)](https://packagist.org/packages/fawno/wget)
[![Packagist Downloads](https://img.shields.io/packagist/dt/fawno/wget)](https://packagist.org/packages/fawno/wget/stats)
[![GitHub issues](https://img.shields.io/github/issues/fawno/wget)](https://github.com/fawno/wget/issues)
[![GitHub forks](https://img.shields.io/github/forks/fawno/wget)](https://github.com/fawno/wget/network)
[![GitHub stars](https://img.shields.io/github/stars/fawno/wget)](https://github.com/fawno/wget/stargazers)# wget
PHP Class wget# Requirements
wget requires PHP version 5.6 or higher with openssl and curl extensions enabled.
## How to Install
### Install with [`composer.phar`](http://getcomposer.org).
Add `fawno/wget` as a requirement to your project:
```sh
php composer.phar require "fawno/wget"
```Load the class in your script:
```php