PHP
Jump to navigation
Jump to search
PHP is a web scripting language. For OpenStreetMap applications/scripts/examples written in PHP (mostly open source) see Category:PHP
OSM API wrappers
Services_Openstreetmap
Services_Openstreetmap is a PHP package for communicating with the OSM API.
https://github.com/pear/Services_Openstreetmap/
- API v0.6 compatible.
- Allows access to user information (including the new User API).
- XAPI support is planned.
- Went through the rigorous PEAR PEPr process.
- Update July 2024: The package only supports HTTP basic authentification and not OAuth2. Since July Openstreetmap API requires OAuth2 as mandatory authentification protocol! Out of this reason right now this package is only usable for requests, that do not require authentification.
An earlier package by the name "phpOSM" no longer exists