PHP code example of drakon5999 / gdoc2article

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

    

drakon5999 / gdoc2article example snippets


	class GoogleDocs {
		public static $conf = array(
			'production' => 'kemppi-nn.ru', //Адрес продакшина, для замены ссылок из гуглдокс на ссылки относительно корня сайта
			'certificate' => '~.client_secret.json', //Адрес файла с авторизацией гугла
			'public' => array(
				"pages" => "ID папки"
			)
		);
	}