PHP code example of razorpay / lqext

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

    

razorpay / lqext example snippets


class Job
{
    use \Jitendra\Lqext\TransactionAware;

    // ...
}

// Retry last 1k failed to push jobs. You could add a controller or write a  
// CLI command and invoke this method call from there.  
$this->app->queue->retryFailedToPushJobs();
bash
cp vendor/jitendra/lqext/src/config.php config/lqext.php