Category Archives: php

Automatically Switch Your Google Maps API Key To The Correct Environment Using PHP

The Google Maps API requires a unique key for each domain where maps will be rendered. This means the key you generate for your production environment won’t work on dev or qa (assuming your dev and qa environments are not … Continue reading

Posted in api, googlemaps, php | 1 Comment