PHP code example of webuilder240 / ems-from-jp

1. Go to this page and download the library: Download webuilder240/ems-from-jp 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/ */

    

webuilder240 / ems-from-jp example snippets

 php

ormJp/EmsFromJp;

echo EmsFromJp::returnFeeToAsia(300); //900
echo EmsFromJp::returnFeeToOceania(300); //1200 
echo EmsFromJp::returnFeeToEuropa(500); //1800
echo EmsFromJp::returnFeeToAfrica(30000); //69400