Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmikola/geojson
- Owner: jmikola
- License: mit
- Created: 2013-06-10T18:54:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T16:50:33.000Z (11 months ago)
- Last Synced: 2024-11-30T04:02:48.387Z (12 days ago)
- Language: PHP
- Homepage:
- Size: 123 KB
- Stars: 296
- Watchers: 16
- Forks: 47
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php - GeoJSON - A GeoJSON implementation. (Table of Contents / Geolocation)
- awesome-php-cn - GeoJSON - GeoJSON实现. (目录 / 地理位置 Geolocation)
- awesome-projects - GeoJSON - A GeoJSON implementation. (PHP / Geolocation)
- awesome-php - GeoJSON - A GeoJSON implementation. (Table of Contents / Geolocation)
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)