https://github.com/jmikola/geojson
GeoJSON implementation for PHP
https://github.com/jmikola/geojson
Last synced: about 2 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T16:50:33.000Z (over 1 year ago)
- Last Synced: 2025-03-31T22:23:54.579Z (2 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 - 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
[](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)