fawno/wget
最新稳定版本:1.0.5
Composer 安装命令:
composer require fawno/wget
包简介
PHP Class wget
README 文档
README
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;
统计信息
- 总下载量: 291
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-20