php-curl-class:PHP Curl类使发送HTTP请求和与Web API集成变得容易

时间:2024-02-20 07:20:08
【文件属性】:

文件名称:php-curl-class:PHP Curl类使发送HTTP请求和与Web API集成变得容易

文件大小:31KB

文件格式:ZIP

更新时间:2024-02-20 07:20:08

api php http client json

PHP Curl类:简化HTTP请求 PHP Curl Class使发送HTTP请求和与Web API集成变得容易。 安装 要安装PHP Curl类,只需: $ composer require php-curl-class/php-curl-class 对于最新的提交版本: $ composer require php-curl-class/php-curl-class @dev 要求 PHP Curl类可与PHP 5.3、5.4、5.5、5.6、7.0、7.1、7.2、7.3、7.4和HHVM一起使用。 快速入门和示例 下有更多。 require __DIR__ . '/vendor/autoload.php' ; use Curl \ Curl ; $ curl = new Curl (); $ curl -> get ( 'https://www.example.com/' ); if ( $ curl -> error ) { echo 'Error: ' . $ curl -> errorCode . ': ' . $ curl -> errorMessag


【文件预览】:
php-curl-class-master
----src()
--------Curl()
----SECURITY.md(4KB)
----LICENSE(1KB)
----composer.json(938B)
----CHANGELOG.md(1KB)
----README.md(11KB)

网友评论