Discussions

Ask a Question
Back to All

What happend to php sdk

Why i can't use this code

require 'vendor/autoload.php';
\

$cfConfig = new CFConfig(CFEnvironment::SANDBOX, "app_id", "secret id");
$cfHeader = new CFHeader("x_request_id", "x_idempotency_key");

is showing CFconfig is undefnied