spacha/finnish-zips 问题修复 & 功能扩展

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

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

spacha/finnish-zips

Composer 安装命令:

composer require spacha/finnish-zips

包简介

Tool for handling finnish zips in Laravel

README 文档

README

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require spacha/finnish-zips

Add the service provider and the facade to config/app.php.

Spacha\FinnishZips\FinnishZipsServiceProvider::class,

// ...

'FinnishZips' => Spacha\FinnishZips\Facades\FinnishZips::class,

Usage

After you have installed the package and also set up the service provider and facade, you can start using it right away.

use FinnishZips;

Basic Usage

You can get the area name for given zip code easily. You can pass the code either as integer or numeric string.

echo FinnishZips::getArea(00100);       // => "PK-seutu"
echo FinnishZips::getArea('90520');     // => "Oulun seutu"

You can also get a numeric key specific for the area. It can be useful when it's used in computing.

echo FinnishZips::getAreaKey('90520');  // => 7

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email miikasikala96@gmail.com instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-04-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固