PHP code example of capslock-studio / ex-page

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

    

capslock-studio / ex-page example snippets




$config = ["username" => {YOUR_USER_NAME}, "password" => {YOUR_PASSWORD}];    
$loader = new CapsLockStudio\ExPage\Ehentailoader($config);
$loader->search({DEFINE_YOUR_SEARCH_TERM});
$loader->contain({DEFINE_YOUR_CONTAIN_TERM});
$loader->parseFromIndex(1, 1, {TMP_FOLDER}, {ZIP_SAVE_FOLDER}, true);