Download the PHP package tinymeng/intelligent-parse without Composer
On this page you can find all versions of the php package tinymeng/intelligent-parse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tinymeng/intelligent-parse
More information about tinymeng/intelligent-parse
Files in tinymeng/intelligent-parse
Download tinymeng/intelligent-parse
More information about tinymeng/intelligent-parse
Files in tinymeng/intelligent-parse
Vendor tinymeng
Package intelligent-parse
Short Description Integrate third-party logins
License MIT
Package intelligent-parse
Short Description Integrate third-party logins
License MIT
Please rate this library. Is it a good library?
Informations about the package intelligent-parse
收货地址智能解析(纯PHP版)
本项目包含2个功能
- 把字符串解析成姓名、收货电话、邮编、身份证号、收货地址
- 把收货地址解析成省、市、区县、街道地址
- 支持提取虚拟号码有分机号的情况(适用美团,拼多多等需要保护客户隐私的情况 2022.11.13更新)
特色是:简单易用
该项目依然采用的是,统计特征分析,然后以最大的概率来匹配,得出大概率的解。因此只能解析中文的收货信息,不能保证100%解析成功,但是从生产环境的使用情况来看,解析成功率保持在96%以上,就算是百度基于人工智能的地址识别,经我实测,也是有一定的不能识别的情况。
1.安装
composer require tinymeng/intelligent-parse -vvv
PHP 请安装并开启 mbstring 扩展
使用
so easy;
结果为:
All versions of intelligent-parse with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
ext-mbstring Version *
ext-mbstring Version *
The package tinymeng/intelligent-parse contains the following files
Loading the files please wait ....