Skip to content

Surfoo/geocaching-api-demo

Repository files navigation

Geocaching SDK PHP Demo

Try the demo

composer install

Edit the file app/config.php with your OAuth keys, callback URL and environment (staging or production)

Your callback URL must be authorized by Groundspeak, you need to contact the support (http://localhot:8000 is a good example for your development).

Run the server

php -S 0.0.0.0:8000 -t public

Run the command above and open your browser on http://localhost:8000

The code written index.php is an example of implementation of the OAuth process (inspired by the example of thephpleague) and the SDK for the Geocaching API, feel free to modify it for your needs.

About

Demo of the Geocaching Api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published