PHP code example of alfredog1976 / maptive-rest-api

1. Go to this page and download the library: Download alfredog1976/maptive-rest-api 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/ */

    

alfredog1976 / maptive-rest-api example snippets

bash
    
    // Maptive columns data in associative array can be in any order 
    $my_column_array = array("2"=>"Field 3 Data", "1"=>"Field 2 Data");
    
    $maptive->addSpecificCols($my_column_array);