https://github.com/pear/services_openstreetmap
Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.
https://github.com/pear/services_openstreetmap
hacktoberfest mapquest-api osm services-openstreetmap
Last synced: 5 days ago
JSON representation
Makes communicating with the Open Street Map API, and Nominatim, from PHP intuitive.
- Host: GitHub
- URL: https://github.com/pear/services_openstreetmap
- Owner: pear
- License: bsd-3-clause
- Created: 2011-08-20T21:34:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T10:45:40.000Z (about 1 year ago)
- Last Synced: 2025-05-15T08:11:27.533Z (9 months ago)
- Topics: hacktoberfest, mapquest-api, osm, services-openstreetmap
- Language: PHP
- Homepage: https://pear.php.net/package/Services_OpenStreetMap/
- Size: 8.72 MB
- Stars: 199
- Watchers: 23
- Forks: 53
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Services_OpenStreetMap
[OpenStreetMap](https://www.openstreetmap.org/) is a global project with an aim of collaboratively collecting mapdata. This package aims to make communicating with the **OSM API** intuitive.
## Table of contents
- [Usage](/documentation/USAGE.md)
- [Initialisation](/documentation/USAGE.md#initialisation)
- [Downloading Data, saving to an OSM file](/documentation/USAGE.md#downloading-data-saving-to-an-osm-file)
- [Search for a specific POI, in a saved OSM file](/documentation/USAGE.md#search-for-a-specific-poi-in-a-saved-osm-file)
- [Get a specific Node](/documentation/USAGE.md#get-a-specific-node)
- [Updating a way, or several](/documentation/USAGE.md#updating-a-way-or-several)
- [Creating a node](/documentation/USAGE.md#creating-a-node)
- [Remove one or more tags from an object](/documentation/USAGE.md#remove-one-or-nore-tags-from-an-object)
- [Working with user information](/documentation/USAGE.md#working-with-user-information)
- [Reverse lookup with MapQuest API](/documentation/USAGE.md#reverse-lookup-with-mapquest-api)
- [What can Services_OpenStreetMap_OpeningHours parse?](/documentation/USAGE.md#what-can-services_openstreetmap_openinghours-parse)
- [License](LICENSE.txt)