PHP code example of pedro-mendonca / convert-pt-ao90

1. Go to this page and download the library: Download pedro-mendonca/convert-pt-ao90 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/ */

    

pedro-mendonca / convert-pt-ao90 example snippets


/**
 * Include Composer autoload.
 */

/**
 * Include Convert-PT-AO90.
 */

   $text = 'Não me pélo pelo pêlo de quem pára para resistir!';
   $string_ao90 = Convert_PT_AO90\convert_pt_ao90( $text );
   echo $string_ao90;