curl authorization
github.com/thefunpower/curl_authorization
pkg:composer/thefunpower/curl_authorization
Installs: 31
Dependents: 0
Suggesters: 0
Stars: 0
Open Issues: 0
Advisories: 0
Aikido package health analysis
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Apache-2.0 37a38c89923f89fd005d5775b807e72cdd7a4d35
php
This package is auto-updated.
Last update: 2026-02-21 12:08:06 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