Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmikola/geojson

GeoJSON implementation for PHP
https://github.com/jmikola/geojson

Last synced: 5 days ago
JSON representation

GeoJSON implementation for PHP

Awesome Lists containing this project

README

        

# GeoJson PHP Library

[![Build Status](https://github.com/jmikola/geojson/actions/workflows/tests.yml/badge.svg)](https://github.com/jmikola/geojson/actions)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jmikola/geojson/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jmikola/geojson/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/jmikola/geojson/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/jmikola/geojson/?branch=master)

This library implements the
[GeoJSON format specification](https://geojson.org/).

## Installation

The library is published as a
[package](https://packagist.org/packages/jmikola/geojson) and is installable via
[Composer](https://getcomposer.org/):

```
$ composer require "jmikola/geojson=^1.0"
```

## Additional Resources

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