kissifrot/geojson

This package is abandoned and no longer maintained. No replacement package was suggested.

GeoJSON implementation for PHP

3.0 2022-06-01 08:31 UTC

This package is auto-updated.

Last update: 2024-04-29 21:15:00 UTC


README

GeoJson PHP Library

CircleCI Scrutinizer Code Quality Code Coverage

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 "kissifrot/geojson=~2.0"

More Resources