PHP code example of druidvav / evil-queue-bundle

1. Go to this page and download the library: Download druidvav/evil-queue-bundle 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/ */

    

druidvav / evil-queue-bundle example snippets


dv_evil_queue:
    debug: "%kernel.debug%"
    connection: "@doctrine.dbal.xmlrpc_connection"
    logger: "@monolog.logger.evil"
    workers: 10
    priority_workers: 5