PHP code example of william-moura / price-fii

1. Go to this page and download the library: Download william-moura/price-fii 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/ */

    

william-moura / price-fii example snippets


 
use WilliamMoura\PriceFii\PriceFii;
use WilliamMoura\PriceFii\Providers\FiisProvider;
 
$priceFii = new PriceFii(
    new FiisProvider()
);
$priceFii->getFiiPrice('mxrf11');