Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 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 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T09:30:32.000Z (13 days ago)
- Last Synced: 2024-11-07T10:30:06.851Z (13 days ago)
- Topics: hacktoberfest, mapquest-api, osm, services-openstreetmap
- Language: PHP
- Homepage: https://pear.php.net/package/Services_OpenStreetMap/
- Size: 8.7 MB
- Stars: 202
- Watchers: 24
- Forks: 53
- Open Issues: 15
-
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)