Download the PHP package forfire/smart_request without Composer
On this page you can find all versions of the php package forfire/smart_request. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package smart_request
smartRequest use php-curl
install
composer require forfire/smart_request
use
desc
field | type | desc | example |
---|---|---|---|
method | string | request type | get/post |
url | string | request url | https://api.douban.com/v2/book/search |
params | array | request params | ['q' => 'golang', 'start' => 0, 'count' => 1] |
headers | array | request header | ['Content-Type: application/json'] |
options | array | curl options | [CURLOPT_HEADER => 1,CURLOPT_RETURNTRANSFER => 1] |
needJson | bool | need json parse | default true |
explames
POST with header
add options
All versions of smart_request with dependencies
PHP Build Version
Package Version
No informations.
The package forfire/smart_request contains the following files
Loading the files please wait ....