PHP code example of cometbackup / comet-php-sdk

1. Go to this page and download the library: Download cometbackup/comet-php-sdk 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/ */

    

cometbackup / comet-php-sdk example snippets




 = new \Comet\Server("http://127.0.0.1:8060/", "admin", "admin");

$accounts = $server->AdminListUsers();

var_dump($accounts);
shell
composer 
bash
find ./Comet/ -name '*.php' -exec php -l {} \;