PHP code example of tinymeng / intelligent-parse

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

    

tinymeng / intelligent-parse example snippets


$address = new \tinymeng\parse\Address();
$res = $address->parse("收货地址张三收货地址:成都市武侯区美领馆路11号附2号 617000  136-3333-6666");
var_dump($res);