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.
The library is published as a package and is installable via Composer:
$ composer require "jmikola/geojson=~1.0"