# address-parse **Repository Path**: Gooe/address-parse ## Basic Information - **Project Name**: address-parse - **Description**: 智能收货地址解析 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-02-24 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AddressParser [![Latest Version on Packagist][ico-version]][link-packagist] [![Total Downloads][ico-downloads]][link-downloads] [![Build Status][ico-travis]][link-travis] [![StyleCI][ico-styleci]][link-styleci] ## 中文收货地址智能识别 参考链接: * https://github.com/pupuk/address-smart-parse 感谢作者的分享 * https://www.cnblogs.com/gqx-html/p/10790464.html Take a look at [contributing.md](contributing.md) to see a to do list. Requirements ------------ - PHP >= 7.0.0 - Mbstring PHP Extension ## Installation Via Composer ``` bash $ composer require zqscjj/address-parser ``` ## Usage $parser = new AddressParser(); $parser->smart('浙江省杭州市滨江区西兴街道滨康路228号万福中心A座21楼'); ## Change log Please see the [changelog](changelog.md) for more information on what has changed recently. ## Contributing Please see [contributing.md](contributing.md) for details and a todolist. ## Security If you discover any security related issues, please email s443939412@163.com instead of using the issue tracker. ## Credits - [zifan][link-author] - [All Contributors][link-contributors] ## License MIT. Please see the [license file](license.md) for more information. [ico-version]: https://img.shields.io/packagist/v/zifan/addressparser.svg?style=flat-square [ico-downloads]: https://img.shields.io/packagist/dt/zifan/addressparser.svg?style=flat-square [ico-travis]: https://img.shields.io/travis/zifan/addressparser/master.svg?style=flat-square [ico-styleci]: https://styleci.io/repos/12345678/shield [link-packagist]: https://packagist.org/packages/zifan/addressparser [link-downloads]: https://packagist.org/packages/zifan/addressparser [link-travis]: https://travis-ci.org/zifan/addressparser [link-styleci]: https://styleci.io/repos/12345678 [link-author]: https://github.com/a443939412 [link-contributors]: ../../contributors