定制 smartnoses/gpsnosesdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

smartnoses/gpsnosesdk

Composer 安装命令:

composer require 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.

关键字:

README 文档

README

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

Key-points

  • Your web-users can enter the web-community of your website (%www.YOURDOMAIN.com) or a sub-community (%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

For end-users

For devs

How to integrate

Read the basic usage on the GpsNose WIKI

The SDK is used in the TYPO3 plugin, you may use this as an example and a how to...

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

Find an example here 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

Here is how to set an own password:

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

统计信息

  • 总下载量: 21
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固