forked from phayes/geoPHP
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
21 lines (21 loc) · 977 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "yermo/geophpwithfeatures",
"license": "BSD-3-Clause",
"type": "library",
"description": "GeoPHPwithFeatures is an extended version of the original GeoPHP library which is an 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/yermo/geoPHPwithFeatures",
"autoload": {
"classmap": ["geoPHP.inc"]
},
"authors":[
{
"name":"Patrick Hayes"
},
{
"name":"Yermo Lamers"
}
],
"require-dev": {
"phpunit/phpunit": "4.1.*"
}
}