Download the PHP package iseed838/photon-api without Composer
On this page you can find all versions of the php package iseed838/photon-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iseed838/photon-api
More information about iseed838/photon-api
Files in iseed838/photon-api
Download iseed838/photon-api
More information about iseed838/photon-api
Files in iseed838/photon-api
Vendor iseed838
Package photon-api
Short Description Project Photon-api wrapper
License MIT
Homepage https://github.com/iseed838/photon-api
Package photon-api
Short Description Project Photon-api wrapper
License MIT
Homepage https://github.com/iseed838/photon-api
Please rate this library. Is it a good library?
Informations about the package photon-api
photon-api
Project Photon-api wrapper
Project wrapper of api requests for photon project https://photon.komoot.de/
Allows you to perform a fully contextual search by text template and reverse search by coordinates
- To install with composer try:
composer require iseed838/photon-api "~0.1"
-
Make query request
- Make reverse request
The result returns an array containing the limit of response objects
Query request properties
- query (string|required) Text query
- longitude (int|float|null) Additional box coordinate;
- latitude (int|float|null) Additional box coordinate;
- language (required|string) Response language. Default is en. May accept en,de,ft,it
- limit (required|int) Response count/ Default is 5
- osm_tag (string|null) Additional filter to osm_tag
Reverse request properties
- longitude (required|int|float) Address coordinate;
- latitude (required|int|float) Address coordinate;
- language (required|string) Response language. Default is en. May accept en,de,ft,it
- limit (required|int) Response count/ Default is 5
All versions of photon-api with dependencies
PHP Build Version
Package Version
The package iseed838/photon-api contains the following files
Loading the files please wait ....