https://github.com/jmikola/geojson
GeoJSON implementation for PHP
https://github.com/jmikola/geojson
Last synced: 8 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T16:50:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T22:23:54.579Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 123 KB
- Stars: 301
- Watchers: 15
- Forks: 47
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php-cn - 官网
- awesome-php-cn - GeoJSON - GeoJSON实现. (目录 / 地理位置 Geolocation)
- awesome-projects - GeoJSON - A GeoJSON implementation. (PHP / Geolocation)
- awesome-php - GeoJSON - A GeoJSON implementation. (Table of Contents / Geolocation)
- Awesome-Geospatial - geojson - GeoJSON implementation for PHP. (PHP)
- fucking-awesome-php - GeoJSON - A GeoJSON implementation. (Table of Contents / Geolocation)
- awesome-gis - geojson - GeoJSON implementation for PHP. (Geospatial Library / PHP)
- awesome-php - jmikola/geojson - 一个GeoJSON的实现 (地理定位( Geolocation ))
- awesome-php - GeoJSON - A GeoJSON implementation. (Table of Contents / Geolocation)
- awesome-php - GeoJSON - A GeoJSON implementation. (Table of Contents / Geolocation)
README
# GeoJson PHP Library
[](https://github.com/jmikola/geojson/actions)
[](https://scrutinizer-ci.com/g/jmikola/geojson/?branch=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)