PHP code example of uax / gps

1. Go to this page and download the library: Download uax/gps 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/ */

    

uax / gps example snippets

 php
Convert.gcj_encrypt();
 php
Convert.gcj_decrypt();
 php
Convert.gcj_decrypt_exact();
 php
Convert.bd_encrypt();
 php
Convert.bd_decrypt();
 php
Convert.distance();