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: about 1 year 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 (over 13 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-01T23:59:49.000Z (over 2 years ago)
- Last Synced: 2025-03-16T12:35:49.847Z (about 1 year ago)
- Topics: api, geocaching, groundspeak, php, sdk
- Language: PHP
- Homepage: http://geocaching.vaguelibre.net/api/
- Size: 1.73 MB
- Stars: 14
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Geocaching PHP SDK
[](https://packagist.org/packages/surfoo/geocaching-php-sdk)
[](https://packagist.org/packages/surfoo/geocaching-php-sdk)
[](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/index
You 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 :-)