1{ 2 "packages": [ 3 { 4 "name": "funiq/geophp", 5 "version": "v2.0.3", 6 "version_normalized": "2.0.3.0", 7 "source": { 8 "type": "git", 9 "url": "https://github.com/funiq/geoPHP.git", 10 "reference": "82a8f112463f5e9d8dc7664fcd9ee61ce8c50547" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/funiq/geoPHP/zipball/82a8f112463f5e9d8dc7664fcd9ee61ce8c50547", 15 "reference": "82a8f112463f5e9d8dc7664fcd9ee61ce8c50547", 16 "shasum": "" 17 }, 18 "require": { 19 "php": "5.5 - 8.2" 20 }, 21 "require-dev": { 22 "php": "5.5 - 8.3", 23 "php-coveralls/php-coveralls": "2.*", 24 "phpstan/phpstan": "^0.12.18", 25 "phpunit/phpunit": "5.* || 8.*", 26 "squizlabs/php_codesniffer": "3.*" 27 }, 28 "suggest": { 29 "ext-geos": "GEOS allows more advanced operations" 30 }, 31 "time": "2023-11-08T09:37:12+00:00", 32 "type": "library", 33 "installation-source": "dist", 34 "autoload": { 35 "psr-4": { 36 "geoPHP\\": "src/" 37 } 38 }, 39 "notification-url": "https://packagist.org/downloads/", 40 "license": [ 41 "GPL-2.0-or-later", 42 "BSD-3-Clause" 43 ], 44 "authors": [ 45 { 46 "name": "Patrick Hayes", 47 "role": "Original creator" 48 }, 49 { 50 "name": "Péter Báthory", 51 "role": "Developer" 52 } 53 ], 54 "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.", 55 "homepage": "https://github.com/funiq/geoPHP", 56 "keywords": [ 57 "Polygon", 58 "converter", 59 "geoPHP", 60 "geojson", 61 "geometry", 62 "gis", 63 "gpx", 64 "kml", 65 "linestring", 66 "twkb", 67 "wkb", 68 "wkt" 69 ], 70 "support": { 71 "issues": "https://github.com/funiq/geoPHP/issues", 72 "source": "https://github.com/funiq/geoPHP/tree/v2.0.3" 73 }, 74 "install-path": "../funiq/geophp" 75 } 76 ], 77 "dev": true, 78 "dev-package-names": [] 79} 80