@lipagas/storefront-engine
Version:
Headless Commerce & Marketplace Extension for Fleetbase
24 lines (16 loc) • 873 B
Markdown
# 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)