PHP code example of ion / php-trans-porter

1. Go to this page and download the library: Download ion/php-trans-porter 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/ */

    

ion / php-trans-porter example snippets


"    "php": ">=8.2",
    "ion/php-trans-porter": "^0.1",
}

"    "php": ">=8.2",
    "ion/php-trans-porter": "dev-default",	
},
"repositories": {
    {
      "type": "vcs",
      "url": "https://github.com/ion-digital/ion-php-trans-porter"
    }
}