Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surfoo/geocaching-php-sdk
PHP 7/8 implementation of the Groundspeak's REST API
https://github.com/surfoo/geocaching-php-sdk
api geocaching groundspeak php sdk
Last synced: 2 months ago
JSON representation
PHP 7/8 implementation of the Groundspeak's REST API
- Host: GitHub
- URL: https://github.com/surfoo/geocaching-php-sdk
- Owner: Surfoo
- License: mit
- Created: 2012-12-21T10:59:48.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-01T23:59:49.000Z (about 1 year ago)
- Last Synced: 2024-10-15T02:32:08.729Z (3 months ago)
- Topics: api, geocaching, groundspeak, php, sdk
- Language: PHP
- Homepage: http://geocaching.vaguelibre.net/api/
- Size: 1.73 MB
- Stars: 14
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Geocaching PHP SDK
[![Latest Stable Version](https://poser.pugx.org/surfoo/geocaching-php-sdk/v/stable.svg)](https://packagist.org/packages/surfoo/geocaching-php-sdk)
[![Total Downloads](https://poser.pugx.org/surfoo/geocaching-php-sdk/downloads.svg)](https://packagist.org/packages/surfoo/geocaching-php-sdk)
[![Latest Unstable Version](https://poser.pugx.org/surfoo/geocaching-php-sdk/v/unstable.svg)](https://packagist.org/packages/surfoo/geocaching-php-sdk)The documentation about the API is available here:
- https://api.groundspeak.com/documentation
- https://api.groundspeak.com/api-docs/indexYou can follow changes about the documentation and the API here:
- https://github.com/Surfoo/groundspeak-api-monitoring## Requirements
- PHP >= 8.1
- [composer](https://getcomposer.org/doc/00-intro.md#system-requirements).## Composer
From the command line:
```
composer require surfoo/geocaching-php-sdk
```## Using the PHP SDK
First, you must have your API key from Groundspeak, but access to the API are no longer open.
You can find an example of implementation (with OAuth 2) in this repository: https://github.com/Surfoo/geocaching-api-demo
## Contributing
All contributions are welcome! Feel free to submit pull requests, issues or ideas :-)