fawno/wget

PHP Class wget

Maintainers

Details

github.com/fawno/wget

Source

Issues

Installs: 284

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/fawno/wget

1.0.5 2023-03-05 22:05 UTC

This package is auto-updated.

Last update: 2025-10-06 03:54:37 UTC


README

GitHub license GitHub release Packagist Packagist Downloads GitHub issues GitHub forks GitHub stars

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.

Add fawno/wget as a requirement to your project:

php composer.phar require "fawno/wget"

Load the class in your script:

<?php
  require 'vendor/autoload.php';

  use Fawno\wget\wget;

Manual installation

Download wget.php and save it in an accessible route.

Load wget.php in your script:

<?php
  require 'wget.php';

  use Fawno\wget\wget;