All Projects → recca0120 → twzipcode

recca0120 / twzipcode

Licence: MIT license
正規化台灣地址,並取得縣市、鄉鎮、區碼

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to twzipcode

ViaCEP
The ViaCEP API/webservice .NET client
Stars: ✭ 21 (-76.14%)
Mutual labels:  zip, zipcode
compress
compress and uncompress for Deno
Stars: ✭ 29 (-67.05%)
Mutual labels:  zip
Shigureader
用Chrome或者iPad轻松阅读整理漫画,播放音乐,以及观看视频. All-in-one solution for local doujin/anime/music file.
Stars: ✭ 254 (+188.64%)
Mutual labels:  zip
ZipArchive
A single-class pure VB6 library for zip with ASM speed
Stars: ✭ 38 (-56.82%)
Mutual labels:  zip
payum-ecpay
The Payum extension. 綠界金流
Stars: ✭ 13 (-85.23%)
Mutual labels:  taiwan
extractor
Compressed files extractor for PHP
Stars: ✭ 23 (-73.86%)
Mutual labels:  zip
Unifiedarchive
UnifiedArchive - an archive manager with a unified way for different formats. Supports all basic (listing, reading, extracting and creation) and specific features (compression level, password-protection). Bundled with console program for working with archives.
Stars: ✭ 246 (+179.55%)
Mutual labels:  zip
COVID breakdown
COVID-19 statistics in Taiwan
Stars: ✭ 15 (-82.95%)
Mutual labels:  taiwan
Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (-80.68%)
Mutual labels:  zip
archiver-zip-encrypted
Plugin for archiver to create ZIP archives with password using either AES or legacy Zip 2.0 encryption
Stars: ✭ 50 (-43.18%)
Mutual labels:  zip
Zip-code-of-all-countries-cities-in-the-world-CSV-TXT-SQL-DATABASE
Zip code of all countries in the world along with cities in CSV, TXT, SQL DATABASE
Stars: ✭ 35 (-60.23%)
Mutual labels:  zipcode
MangDL
The most inefficient Manga downloader for PC
Stars: ✭ 40 (-54.55%)
Mutual labels:  zip
date-extractor
Extract dates from text
Stars: ✭ 58 (-34.09%)
Mutual labels:  taiwan
madzipper
Wannabe successor of Chumper/Zipper package for Laravel
Stars: ✭ 114 (+29.55%)
Mutual labels:  zip
zipdump
Analyze zipfile, either local, or from url
Stars: ✭ 25 (-71.59%)
Mutual labels:  zip
Zip
Robust ZIP decoder with defenses against dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.
Stars: ✭ 254 (+188.64%)
Mutual labels:  zip
telegram-bot-clojuretwbot
A special telegram bot designed for clojure-tw group.
Stars: ✭ 20 (-77.27%)
Mutual labels:  taiwan
django-freeze
🧊 convert your dynamic django site to a static one with one line of code.
Stars: ✭ 81 (-7.95%)
Mutual labels:  zip
pclzip-doc-zh-cn
PHP 库 PclZip 的简体中文翻译文档(zh-cn translation for PHP lib: PclZip)
Stars: ✭ 25 (-71.59%)
Mutual labels:  zip
RxLogs
An Android & Kotlin Reactive Advanced Logging Framework.
Stars: ✭ 12 (-86.36%)
Mutual labels:  zip

TWZIPCODE 3 + 2

StyleCI Build Status Total Downloads Latest Stable Version Latest Unstable Version License Monthly Downloads Daily Downloads Scrutinizer Code Quality Code Coverage

require __DIR__.'/vendor/autoload.php';

use Recca0120\Twzipcode\Zipcode;

$zipcode = Zipcode::parse('台北市中正區中華路1段25號');
echo $zipcode->zip3(); // 100
echo $zipcode->zip5(); // 1004;
echo $zipcode->county(); // 臺北市
echo $zipcode->district(); // 中正區
echo $zipcode->address(); // 臺北市中正區中華路1段25號
echo $zipcode->shortAddress(); //中華路1段25號
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].