heivin/chinese-package 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

heivin/chinese-package

Composer 安装命令:

composer require heivin/chinese-package

包简介

Common Chinese development resources in Laravel

README 文档

README

Common Chinese development resources in Laravel 常用中文开发资源: 省市县区 地图数据

Province

Example

require_once __DIR__ . '/../../vendor/autoload.php'; // Autoload files using Composer autoload

use Heivin\Chinese;

var_dump( Chinese::province() ); // Array
echo Chinese::city('json'); // Json
var_dump( Chinese::area() ); // Array
var_dump(json_encode(Chinese::map('anhui')));
var_dump(json_encode(Chinese::map('anhui','json'))); //Json

Laravel

5.x

use Heivin\Chinese;

class IndexController extends Controller {

public function test(){

    return response()->json(Chinese::province()); // Response with json

    return response(Chinese::city('json'))->header('Content-Type', 'text/json'); // Response with json

}

}

TODO List

  1. 电话区号
  2. 身份证识别
  3. IP段
  4. 经纬度

统计信息

  • 总下载量: 37
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-25

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固