geocaching / api
This package is abandoned and no longer maintained.
The author suggests using the surfoo/geocaching-php-sdk package instead.
Geocaching PHP SDK
3.2.2
2019-02-12 21:49 UTC
Requires
- php: ~7.1
- guzzlehttp/guzzle: ~6.3
- monolog/monolog: ~1.23
- surfoo/oauth2-geocaching: ~1.1
Requires (Dev)
- phpstan/phpstan: ^0.10.3
- phpunit/phpunit: ~7.4
This package is auto-updated.
Last update: 2019-02-20 19:24:54 UTC
README
The documentation about the API is available here:
You can follow changes about the documentation and the API here:
Requirements
- PHP >= 7.1
- composer.
Composer
From the command line:
composer require surfoo/geocaching-php-sdk
Or in your composer.json
:
{ "require": { "surfoo/geocaching-php-sdk": "^3.0" } }
For the old API (no longer maintained):
composer require geocaching/api
Or in your composer.json
:
{ "require": { "geocaching/api": "~2.0" } }
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 :-)