2017 © Pedro Peláez
 

library wget

PHP Class wget

image

fawno/wget

PHP Class wget

  • Sunday, January 21, 2018
  • by alphp
  • Repository
  • 2 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GitHub license GitHub release Packagist Packagist Downloads GitHub issues GitHub forks GitHub stars, (*1)

wget

PHP Class wget, (*2)

Requirements

wget requires PHP version 5.6 or higher with openssl and curl extensions enabled., (*3)

How to Install

Install with 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;

Manual installation

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;

The Versions

21/01 2018

dev-master

9999999-dev

PHP Class wget

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *
  • ext-openssl *

 

21/01 2018

1.0.0

1.0.0.0

PHP Class wget

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-curl *
  • ext-openssl *