Skip to content

Commit

Permalink
Added keywords to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mishal committed Jul 1, 2016
1 parent 3444de6 commit b125361
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Expand Up @@ -2,6 +2,22 @@
"name": "phayes/geophp",
"license": "GPL-2 or New-BSD",
"type": "library",
"keywords": [
"Geo",
"GIS",
"Geography",
"Geometry",
"GEOS",
"GPX",
"WKT",
"EWKT",
"WKB",
"EWKB",
"KML",
"GeoJson",
"GeoRSS",
"GeoHash"
],
"description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
"homepage": "https://github.com/phayes/geoPHP",
"autoload": {
Expand Down

0 comments on commit b125361

Please sign in to comment.