mobasoft / geocaching-api

PHP 5 implementation of Groundspeak's Geocaching Live API.

Home Page:http://geocaching.vaguelibre.net/api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geocaching API for PHP >=5.6

Latest Stable Version Total Downloads Latest Unstable Version

SensioLabsInsight

PHP implementation of Groundspeak's Geocaching Live API.

A kind of documentation about the API is available here : https://api.groundspeak.com/LiveV6/geocaching.svc/help

You want to contribute?

First, you must have your API key from Groundspeak, please refer to this url: http://www.geocaching.com/live/apidevelopers/

Installation

First, you need to install composer.

Composer

From the Command Line:

composer require geocaching/api:2.0

Or in your composer.json:

{
    "require": {
        "geocaching/api": "~2.0"
    }
}

Get the source

Fork the project source code on github:

git clone git://github.com/Surfoo/geocaching-api.git

License

geocaching-api is distributed under MIT.

Contact & Questions

  • author: surfooo at gmail dot com

About

PHP 5 implementation of Groundspeak's Geocaching Live API.

http://geocaching.vaguelibre.net/api/


Languages

Language:PHP 100.0%