https://github.com/beastbytes/ordnance-survey-names
Wrapper for Ordnance Survey Names API
https://github.com/beastbytes/ordnance-survey-names
Last synced: 2 months ago
JSON representation
Wrapper for Ordnance Survey Names API
- Host: GitHub
- URL: https://github.com/beastbytes/ordnance-survey-names
- Owner: beastbytes
- License: other
- Created: 2023-09-10T18:33:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-12T15:43:55.000Z (over 1 year ago)
- Last Synced: 2025-02-03T15:55:03.146Z (4 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ordnance Survey Names
Wrapper for [Ordnance Survey Names API](https://www.ordnancesurvey.co.uk/products/os-names-api)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-names
```or add
```json
"beastbytes/ordnance-survey-names": "^1.0.0"
```to the `require` section of your composer.json.