Download the PHP package zifan/laravel-addressparser without Composer
On this page you can find all versions of the php package zifan/laravel-addressparser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zifan/laravel-addressparser
More information about zifan/laravel-addressparser
Files in zifan/laravel-addressparser
Package laravel-addressparser
Short Description laravel中文收货地址智能识别
License MIT
Homepage https://github.com/a443939412/laravel-address-parse
Informations about the package laravel-addressparser
LaravelAddressParser
Take a look at contributing.md to see a to do list.
Requirements
- PHP >= 7.1.0
- Mbstring PHP Extension
- Laravel >= 5.5.0
Installation
Via Composer
Then run these commands to publish config:
After run command you can find config file in config/addressparser.php
, in this file you can change the settings.
Configuration
- dataProvider array Default setting: [ 'driver' => 'database', 'model' => 'Zifan\LaravelAddressParser\Models\Area' ]
If you use the plug-in's default data provider, follow these instructions:
- Omit others
Usage
\AddressParser::smart('浙江省杭州市滨江区西兴街道滨康路228号万福中心A座21楼');
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- zifan
- All Contributors
License
MIT. Please see the license file for more information.
All versions of laravel-addressparser with dependencies
illuminate/support Version ~5|~6|~7|~8|~9|~10
zifan/addressparser Version ~2.2.3