An open API service indexing awesome lists of open source software.

https://github.com/beastbytes/ordnance-survey

Base class for Ordnance Survey APIs
https://github.com/beastbytes/ordnance-survey

Last synced: about 1 year ago
JSON representation

Base class for Ordnance Survey APIs

Awesome Lists containing this project

README

          

# Ordnance Survey
Base class for accessing [Ordnance Survey APIs](https://www.ordnancesurvey.co.uk/products/search-for-os-products?access=d390c6fc-e792-4fd4-9907-b717aaee6f71)

For license information check the [LICENSE](LICENSE.md) file.

## Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist beastbytes/ordnance-survey
```

or add

```json
"beastbytes/ordnance-survey": "^1.0.0"
```

to the `require` section of your composer.json.