PHP code example of maxts / omnipay-bundle

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

    

maxts / omnipay-bundle example snippets


new ColinODell\OmnipayBundle\OmnipayBundle(),

$this->get('omnipay')->get('MyTest');
 php
$stripe = $this->get('omnipay')->get('Stripe');

$paypal = $this->get('omnipay')->get('PayPal_Express');