Download the PHP package thefunpower/curl_authorization without Composer
On this page you can find all versions of the php package thefunpower/curl_authorization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thefunpower/curl_authorization
More information about thefunpower/curl_authorization
Files in thefunpower/curl_authorization
Download thefunpower/curl_authorization
More information about thefunpower/curl_authorization
Files in thefunpower/curl_authorization
Vendor thefunpower
Package curl_authorization
Short Description curl authorization
License Apache-2.0
Package curl_authorization
Short Description curl authorization
License Apache-2.0
Keywords php
Please rate this library. Is it a good library?
Informations about the package curl_authorization
CURL请求平台接口
安装
composer require thefunpower/curl_authorization
请求
$url = 'http://127.0.0.1:3001/openapi/company/index';
$bodys = [
'title' => $this->title
];
$appcode = 'X_uLuUSvHJdiMgGEBwyoB_OVxs1r8X7E';
$out = curl_authorization($url, $bodys, $appcode);
开源协议
Apache License 2.0
All versions of curl_authorization with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package thefunpower/curl_authorization contains the following files
Loading the files please wait ...