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

This package is auto-updated.

Last update: 2024-09-23 07:16:22 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"
}