eriksulymosi / geojson
GeoJSON implementation for PHP
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 48
pkg:composer/eriksulymosi/geojson
Requires
- php: ^8.5
- ext-json: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.91
- mockery/mockery: ^1.6
- pestphp/pest-plugin-drift: ^4.0
- pestphp/pest-plugin-type-coverage: ^4.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10|^11|^12
- slevomat/coding-standard: ^8.0
- squizlabs/php_codesniffer: ^4
This package is auto-updated.
Last update: 2025-12-16 16:01:40 UTC
README
This package is based on Jeremy Mikola's jmikola/geojson package.
This library implements the GeoJSON format specification.
Installation
The library is published as a package and is installable via Composer:
$ composer require "eriksulymosi/geojson"