PHP code example of slava-basko / simple-aparser-client

1. Go to this page and download the library: Download slava-basko/simple-aparser-client 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/ */

    

slava-basko / simple-aparser-client example snippets



rser = new Aparser('http://127.0.0.1:9091/API', 'pass');

$aparser->ping();

$aparser->addTask('default', 'default', 'text', array('keyboard','usb keyboard'));

$aparser->getTaskConf($taskUid);