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
Requires
- php: >=8.0
Requires (Dev)
- ext-json: *
- phpunit/phpunit: ^7.0 || ^9.0
README
GeoJson PHP Library
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"