exfriend/下载

PHP 的防弹下载

1.3 2019-06-27 15:29 UTC

This package is auto-updated.

Last update: 2024-08-27 08:24:12 UTC


README

此助手最初是为在某些旧WordPress安装的插件中使用而创建的,这些安装在不同的环境中运行。

它尽可能使用php-curl、file_get_contents和纯套接字来获取内容。支持HTTPS。请享受!

安装

composer require exfriend/download @dev

用法

$html = download( 'https://example.com' );

致谢

Serpentine.io