PHP code example of smartnoses / gpsnosesdk
1. Go to this page and download the library: Download smartnoses/gpsnosesdk library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
smartnoses / gpsnosesdk example snippets
\GpsNose\SDK\Framework\GnCache::$MemcacheServer = '127.0.0.1';
\GpsNose\SDK\Framework\GnCache::$MemcachePort = '11211';
\GpsNose\SDK\Framework\GnCache::$CacheHandler = new \your\namespace\GnCacheHandler();
\GpsNose\SDK\Framework\GnCryptor::$pass = 'my-crypt-password';