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
- Host: GitHub
- URL: https://github.com/beastbytes/ordnance-survey
- Owner: beastbytes
- License: other
- Created: 2023-09-09T22:03:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T15:40:16.000Z (over 2 years ago)
- Last Synced: 2024-12-06T19:54:52.255Z (over 1 year ago)
- Language: PHP
- Size: 8.79 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
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.