dev-master
9999999-dev https://github.com/galen/PHPGoogleMapsPHP Google Maps API for PHP 5.3+
MIT
The Requires
- php >=5.3.0
by Galen Grover
google maps google maps map google-maps
Wallogit.com
2017 © Pedro Peláez
PHP Google Maps API for PHP 5.3+
For PHP 5.3+ and Google Maps API v3, (*1)
Use the included autoloader, (*2)
require( '../PHPGoogleMaps/Core/Autoloader.php' );
$map_loader = new SplClassLoader('PHPGoogleMaps', '../');
$map_loader->register();
This is the autoload from the PSR-0 Final Proposal., (*3)
PHP Google Maps API for PHP 5.3+
MIT
google maps google maps map google-maps