https://github.com/fawno/wget
PHP Class wget
https://github.com/fawno/wget
php wget wget-php
Last synced: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T22:07:40.000Z (over 2 years ago)
- Last Synced: 2025-05-08T22:37:17.495Z (5 months ago)
- Topics: php, wget, wget-php
- Language: PHP
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](LICENSE)
[](https://github.com/fawno/wget/releases)
[](https://packagist.org/packages/fawno/wget)
[](https://packagist.org/packages/fawno/wget/stats)
[](https://github.com/fawno/wget/issues)
[](https://github.com/fawno/wget/network)
[](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