PHP Classes

MapPoint PHP API: Access MapPoint Web services

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 2,501 All time: 1,543 This week: 524Up
Version License Categories
mappoint_php_api 1.0GNU General Publi...Web services, Geography
Description 

Author

This package can be used to access Microsoft MapPoint location finding and mapping Web services.

It is a port to PHP of the MapPoint API available for ASP.NET.

Innovation Award
PHP Programming Innovation award nominee
November 2005
Number 5


Prize: One copy of the Maguma Workbench
MapPoint is a powerful location mapping and finding service provided by Microsoft.

This service is available to human users from its site pages or to other sites via its Web services API.

This class provides a PHP interface to the extensive list of features that MapPoint provides by the means of its Web services API, so PHP sites may also benefit from MapPoint potential.

Manuel Lemos
Picture of Carlos Machado
Name: Carlos Machado <contact>
Classes: 1 package by
Country: Portugal Portugal
Innovation award
Innovation award
Nominee: 1x

 

Details

MapPoint PHP API 1. System Requirements ---------------------- You need PHP 5.0.5 installed. 2. Configuration ---------------- Enable the soap extension in php.ini file (extension=php_soap.dll on Windows systems); Set 'soap.wsdl_cache_enabled' to 1 (one) in php.ini file. 3. Running the samples ---------------------- Place the 2 folders and index.php in a web folder. Your directory structure should look like this: aWebFolder ---------- | | --- mappoint | | --- samples | | --- index.php You'll need to set some values, such as your MapPoint Web Service username and password. Go to mappoint folder and open the file ClassLoader.php. Here, you'll find some constants definitions that you must set so that the samples work correctly. After doing that, you may test the samples by opening the file index.php in your browser. Note that you must always start by this file because i use session variables that are created there. 4. Documentation ---------------- This API is not very well documented. Why? Because the documentation already exists. You can view the Microsoft MapPoint Web Service documentation online or you can download it for free (you'll need the .NET Framework 1.1 or the Visual Studio .NET). This whole API was made based on the information of the MapPoint documentation (which, imho, is very good). 5. Bugs ------- The API will not work if you have to connect through a proxy. This a known bug of SoapClient PHP object with digest authentication. Most probably in future versions this will be fixed. Have fun!

  Files folder image Files (118)  
File Role Description
Files folder imagemappoint (109 files)
Files folder imagesamples (7 files)
Accessible without login Plain text file ReadMe.txt Doc. How to file
Accessible without login Plain text file index.php Example Tests start page

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,501
This week:0
All time:1,543
This week:524Up
User Comments (1)
Excellent
15 years ago (kishore kumar)
80%StarStarStarStarStar