PHP code example of oat-sa / lib-oatbox-taskqueue

1. Go to this page and download the library: Download oat-sa/lib-oatbox-taskqueue 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/ */

    

oat-sa / lib-oatbox-taskqueue example snippets


sudo php vendor/oat-sa/lib-oatbox-taskqueue/bin/enableQueue.php <pathToTaoRoot> <persistenceId>

sudo php vendor/oat-sa/lib-oatbox-taskqueue/bin/enableQueue.php . default

sudo php index.php 'oat\oatbox\task\RunTasks'