UNPKG

@lipagas/storefront-engine

Version:

Headless Commerce & Marketplace Extension for Fleetbase

24 lines (16 loc) 873 B
# GeoJson PHP Library [![Build Status](https://github.com/jmikola/geojson/actions/workflows/tests.yml/badge.svg)](https://github.com/jmikola/geojson/actions) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jmikola/geojson/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jmikola/geojson/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/jmikola/geojson/badges/coverage.png?b=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)