jmikola / geojson
GeoJSON implementation for PHP
Installs: 8 242 491
Dependents: 92
Suggesters: 6
Security: 0
Stars: 303
Watchers: 14
Forks: 48
Open Issues: 9
pkg:composer/jmikola/geojson
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- symfony/polyfill-php80: ^1.25
Requires (Dev)
- phpunit/phpunit: ^9.5
- scrutinizer/ocular: ^1.8.1
- slevomat/coding-standard: ^8.0
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2025-10-17 20:46:26 UTC
README
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"