kenguest / services-openstreetmap
More information available at https://pear.php.net/package/Services_OpenStreetMap
v1.0.0RC3
2023-10-04 21:31 UTC
Requires
- php: >=7.2.5
- ext-simplexml: *
- pear/http_request2: 2.4.*
- pear/log: 1.12.*|1.13.*|1.14.*
Requires (Dev)
- phpunit/phpunit: ^8.5
- rector/rector: ^0.7.63 || ^0.8.0
- squizlabs/php_codesniffer: ~2.2 || ~3.0
Suggests
- pear/cache: *
- dev-master
- v1.0.0RC3
- v1.0.0RC2
- v1.0.0RC1
- V0.5.0
- V0.4.0
- dev-dependabot/composer/rector/rector-1.2.9
- dev-dependabot/composer/squizlabs/php_codesniffer-3.10.3
- dev-dependabot/composer/rector/rector-0.18.13
- dev-dependabot/composer/squizlabs/php_codesniffer-3.8.0
- dev-dependabot/composer/phpunit/phpunit-8.5.36
- dev-dependabot/composer/pear/http_request2-2.6.0
- dev-dependabot/composer/rector/rector-0.11.42
- dev-dependabot/composer/phpunit/phpunit-8.5.19
- dev-dependabot/composer/pear/http_request2-2.5.0
- dev-dependabot/composer/pear/log-1.13.3
- dev-dependabot/add-v2-config-file
- dev-dependabot/composer/squizlabs/php_codesniffer-3.6.0
- dev-dependabot/composer/phpunit/phpunit-7.3.2
This package is auto-updated.
Last update: 2024-11-07 10:37:43 UTC
README
OpenStreetMap 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
- Initialisation
- Downloading Data, saving to an OSM file
- Search for a specific POI, in a saved OSM file
- Get a specific Node
- Updating a way, or several
- Creating a node
- Remove one or more tags from an object
- Working with user information
- Reverse lookup with MapQuest API
- What can Services_OpenStreetMap_OpeningHours parse?
- License