Popularity
4.1
Growing
Activity
3.5
-
291
16
47

Description

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.

Code Quality Rank: L4
Programming language: PHP
License: MIT License
Tags: Geolocation     Geo     Geospatial     Geojson    
Latest version: v1.0.2

GeoJSON alternatives and similar libraries

Based on the "Geolocation" category.
Alternatively, view GeoJSON alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of GeoJSON or a related project?

Add another 'Geolocation' Library

README

GeoJson PHP Library

Build Status Scrutinizer Code Quality Code Coverage

This library implements the GeoJSON format specification.

Installation

The library is published as a package and is installable via Composer:

$ composer require "jmikola/geojson=^1.0"

Additional Resources

  • [Usage Documentation](./USAGE.md)
  • [License](./LICENSE)


*Note that all licence references and agreements mentioned in the GeoJSON README section above are relevant to that project's source code only.