PHPackages                             smartnoses/gpsnosesdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. smartnoses/gpsnosesdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

smartnoses/gpsnosesdk
=====================

GpsNose web-integration package - You can use the login, real geo-data and nearby anonymous communication from the GpsNose platform in your web-site.

v1.2.4(1y ago)0211MITPHPPHP &gt;=5.6.0

Since Nov 8Pushed 1y agoCompare

[ Source](https://github.com/realsmartnose/gpsnose-sdk-php)[ Packagist](https://packagist.org/packages/smartnoses/gpsnosesdk)[ Docs](https://www.gpsnose.com/)[ RSS](/packages/smartnoses-gpsnosesdk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (30)Used By (1)

GpsNose.SDK for PHP
===================

[](#gpsnosesdk-for-php)

Welcome to the GpsNose web-integration package ;-)!

You can use the login, real geo-data and nearby anonymous communication from the GpsNose platform in your web-site.

Please, check the developer's manual with code-samples and HowTos available here:

[https://wiki.gpsnose.com/wp-content/uploads/2018/11/GpsNose\_DeveloperManual.pdf](https://wiki.gpsnose.com/wp-content/uploads/2018/11/GpsNose_DeveloperManual.pdf)

Key-points
----------

[](#key-points)

- Your web-users can enter the web-community of your website (%[www.YOURDOMAIN.com](http://www.YOURDOMAIN.com)) or a sub-community (%[www.YOURDOMAIN.com@fishing](http://www.YOURDOMAIN.com@fishing))
- Your otherwise virtual users are immediately real geo-enabled, can communicate in real-world and real-time also outside your web.
- The data your users generate are available at your website, such as users, PoIs, events, tracks..
- This SDK contains the most useful web-wrappers for the underlying GpsNose.SDK framework API calls
- You can make your own web-modules as you like, using the GpsNose.SDK or writing your own one

Important
---------

[](#important)

- To use this web SDK, you must first setup a valid web-community mashup to GpsNose at the mashup-admin:

For end-users
-------------

[](#for-end-users)

- Home-page:
- User-guide:

For devs
--------

[](#for-devs)

- Wiki:
- SDK/CMS modules/sources download:
- Mashup-admin:

How to integrate
----------------

[](#how-to-integrate)

Read the basic usage on the [GpsNose WIKI](https://wiki.gpsnose.com/sdk/)

The SDK is used in the [TYPO3 plugin](https://github.com/realsmartnose/gpsnose-typo3-ext), you may use this as an example and a how to...

Caching in PHP
--------------

[](#caching-in-php)

In PHP there is another implementation for Cache then in C#. The default implemantation is memcache, if your server has installed this extension, you have to tell the SDK where to find the Server:

```
\GpsNose\SDK\Framework\GnCache::$MemcacheServer = '127.0.0.1';
\GpsNose\SDK\Framework\GnCache::$MemcachePort = '11211';
```

Implementing own Cache-Handler
------------------------------

[](#implementing-own-cache-handler)

Find an example [here](https://github.com/realsmartnose/gpsnose-typo3-ext/blob/master/Classes/Utility/GnCacheHandler.php) how to implement an own Cache-Handler

You have to implement the "\\GpsNose\\SDK\\Framework\\IGnCacheHandler" Interface of this SDK

To initiate the new created Cache handler, you have to set the Cache-Handler:

```
\GpsNose\SDK\Framework\GnCache::$CacheHandler = new \your\namespace\GnCacheHandler();
```

Change crypt-password
---------------------

[](#change-crypt-password)

Here is how to set an own password:

```
\GpsNose\SDK\Framework\GnCryptor::$pass = 'my-crypt-password';
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance42

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~83 days

Recently: every ~224 days

Total

28

Last Release

477d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/190a1ca7f0439c0192e68633ebe6cff77942d58cccb97ecedc528b2e1315f746?d=identicon)[realsmartnose](/maintainers/realsmartnose)

---

Top Contributors

[![realsmartnose](https://avatars.githubusercontent.com/u/40367827?v=4)](https://github.com/realsmartnose "realsmartnose (44 commits)")[![juergenfurrer](https://avatars.githubusercontent.com/u/986097?v=4)](https://github.com/juergenfurrer "juergenfurrer (2 commits)")

---

Tags

gpsnosephpsdkphpGpsNose

### Embed Badge

![Health badge](/badges/smartnoses-gpsnosesdk/health.svg)

```
[![Health](https://phpackages.com/badges/smartnoses-gpsnosesdk/health.svg)](https://phpackages.com/packages/smartnoses-gpsnosesdk)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
