jmikola / geojson
GeoJSON implementation for PHP
Installs: 2 196 899
Dependents: 56
Suggesters: 7
Security: 0
Stars: 237
Watchers: 13
Forks: 32
Open Issues: 12
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is auto-updated.
Last update: 2021-02-06 01:23:32 UTC
README
This library implements the GeoJSON format specification.
The GeoJson
namespace includes classes for each data structure defined in the
GeoJSON specification. Core GeoJSON objects include geometries, features, and
collections. Geometries range from primitive points to more complex polygons.
Classes also exist for bounding boxes and coordinate reference systems.
Installation
The library is published as a package and is installable via Composer:
$ composer require "jmikola/geojson=~1.0"