This repository was archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
67 lines (67 loc) · 1.75 KB
/
composer.json
File metadata and controls
67 lines (67 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "location-iq/locationiq-php-client",
"version": "1.1.0",
"description": "LocationIQ provides flexible enterprise-grade location based solutions. We work with developers, startups and enterprises worldwide serving billions of requests everyday. This page provides an overview of the technical aspects of our API and will help you get started.",
"keywords": [
"openapitools",
"openapi-generator",
"openapi",
"php",
"sdk",
"rest",
"api",
"map",
"maps",
"locationiq",
"location",
"locate",
"forward",
"geocoding",
"forward-geocoding",
"reverse",
"reverse-geocoding",
"autocomplete",
"directions",
"matrix",
"distance-matrix",
"matching",
"nearest",
"nearby",
"countries",
"nearby-countries",
"nearby",
"points-of-interests",
"nearby-points-of-interests",
"venues",
"places",
"road",
"nearest-road",
"snap-to-road"
],
"homepage": "https://locationiq.com/",
"license": "MIT",
"authors": [
{
"name": "OpenAPI-Generator contributors",
"homepage": "https://openapi-generator.tech"
}
],
"require": {
"php": ">=7.1",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
"squizlabs/php_codesniffer": "~2.6",
"friendsofphp/php-cs-fixer": "~2.12"
},
"autoload": {
"psr-4": { "LocationIq\\" : "lib/" }
},
"autoload-dev": {
"psr-4": { "LocationIq\\" : "test/" }
}
}