21/01
2018
Wallogit.com
2017 © Pedro Peláez
PHP Class wget
PHP Class wget, (*2)
wget requires PHP version 5.6 or higher with openssl and curl extensions enabled., (*3)
composer.phar.Add fawno/wget as a requirement to your project:, (*4)
php composer.phar require "fawno/wget"
Load the class in your script:, (*5)
<?php require 'vendor/autoload.php'; use Fawno\wget\wget;
Download wget.php and save it in an accessible route., (*6)
Load wget.php in your script:, (*7)
<?php require 'wget.php'; use Fawno\wget\wget;