phpfacile / openstreetmap
This service basically retrieves data from the Openstreetmap (OSM) data thanks to the Overpass API.
1.0.2
2018-11-22 18:08 UTC
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^6.2
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2025-03-23 08:33:35 UTC
README
This service basically retrieves data from the Openstreetmap (OSM) data thanks to the Overpass API.
This project is not related to the Openstreetmap project team. Not sure whether I can keep this library name so take care if you want to use it, its name may change in the future.
Installation
At the root of your project type
composer require phpfacile/openstreetmap
Or add "phpfacile/openstreetmap": "^1.0" to the "require" part of your composer.json file
"require": {
"phpfacile/openstreetmap": "^1.0"
}