withAppName($appName) ->withAppUrl($appUrl) ->withInstanceId($instanceId) ->withHeader('Authorization', $apiKey) ->build(); if ($unleash->isEnabled('myFeature')) { echo "myFeature is enabled"; } else { echo "myFeature is disabled"; } echo PHP_EOL;