alameda-red/geojson

PHP implementation of RFC-7946

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/alameda-red/geojson

dev-master 2021-03-04 21:43 UTC

This package is auto-updated.

Last update: 2025-09-25 05:59:22 UTC


README

The Alameda Geojson library provides object-orientated handling for the generation of Geojson files.

Installation

You can either modify your composer.json with

{
    "require" : {
        "alameda-red/geojson": "dev-master"
    }
}

or run

$ composer require alameda-red/geojson