PHP code example of dirk39 / sqs-manager

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

    

dirk39 / sqs-manager example snippets




$manager = new SQSManager\Manager('AWS_APP_ID', 'AWS_APP_SECRET', 'AWS_REGION', $additional_conf);

 

 
 ....
 
 $manager->run($queueName, $callback, $listenerConfigs);