curl authorization
github.com/thefunpower/curl_authorization
Source
Issues
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Apache-2.0 37a38c89923f89fd005d5775b807e72cdd7a4d35
php
This package is auto-updated.
Last update: 2024-10-21 09:27:08 UTC
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