We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error when trying to access the GooglePageSpeesAnalysis
The text was updated successfully, but these errors were encountered:
$dotenv = new Dotenv\Dotenv('path to your .env'); $dotenv->load(); function env($config, $default) { $config_value = getenv($config); if(is_string($config_value) && (strlen(trim($config_value)) > 0)) { return $config_value; } else { return $default; } }
All you need to write this code where you are calling the Google Page Speed Analysis
Sorry, something went wrong.
Fix in #150
Same issue here.
Same issue with examples : get-mozscape-metrics.php or get-google-pagespeed-analysis.php
No branches or pull requests
I get this error when trying to access the GooglePageSpeesAnalysis
The text was updated successfully, but these errors were encountered: