Skip to content

Commit

Permalink
Merge pull request phayes#70 from andrewkett/master
Browse files Browse the repository at this point in the history
Add composer.json file
  • Loading branch information
phayes committed Apr 23, 2013
2 parents 40303d4 + 05abe30 commit ba7305a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "phayes/geophp",
"license": "GPL-2 or New-BSD",
"type": "library",
"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",
"authors":[
{
"name":"Patrick Hayes"
}
]
}

0 comments on commit ba7305a

Please sign in to comment.