PHP code example of clooder / spip-to-wordpres

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

    

clooder / spip-to-wordpres example snippets



define('SPIP_HOST', '');
define('SPIP_USER', '');
define('SPIP_PSW',  '')
define('SPIP_BASE', '');



public $cat = array( 6 => 3 , 7 => 4 , 8=> 5 , 9=>6 , 11=> 7, 12=>8,14=>9,16=>10,17=>11, 20=>12, 21=>13,24=>14, 25=>15,26=>16);