PHPackages                             simon80119/twzipcode - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. simon80119/twzipcode

ActiveLibrary

simon80119/twzipcode
====================

twzipcode

08.5k↓22.7%PHP

Since Sep 23Pushed 1y agoCompare

[ Source](https://github.com/simon80119/twzipcode)[ Packagist](https://packagist.org/packages/simon80119/twzipcode)[ RSS](/packages/simon80119-twzipcode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TWZIPCODE 3 + 2
===============

[](#twzipcode-3--2)

[![StyleCI](https://camo.githubusercontent.com/5304eafa1e15a911244cf2f80c817b00b82525cc205836c558d1fe410d8451d2/68747470733a2f2f7374796c6563692e696f2f7265706f732f36303437313034352f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/60471045)[![Build Status](https://camo.githubusercontent.com/583782c9450d5957f1680574704740afd7dee4cad60982a5068a43cb766197a0/68747470733a2f2f7472617669732d63692e6f72672f7265636361303132302f74777a6970636f64652e737667)](https://travis-ci.org/recca0120/twzipcode)[![Total Downloads](https://camo.githubusercontent.com/fcecec562eea13c08a0732cd0927b329d12f7723b846f42c24b3b31b44b003a6/68747470733a2f2f706f7365722e707567782e6f72672f7265636361303132302f74777a6970636f64652f642f746f74616c2e737667)](https://packagist.org/packages/recca0120/twzipcode)[![Latest Stable Version](https://camo.githubusercontent.com/e0398499b254e4f5d8627c61dc8f1486686d71df88c4e5d02190b2a9f5f83a5a/68747470733a2f2f706f7365722e707567782e6f72672f7265636361303132302f74777a6970636f64652f762f737461626c652e737667)](https://packagist.org/packages/recca0120/twzipcode)[![Latest Unstable Version](https://camo.githubusercontent.com/f6ffcbec59263a3250d600533b976bc8308b72e4739a4be4c7370f672d516668/68747470733a2f2f706f7365722e707567782e6f72672f7265636361303132302f74777a6970636f64652f762f756e737461626c652e737667)](https://packagist.org/packages/recca0120/twzipcode)[![License](https://camo.githubusercontent.com/1458091707b10b8faa192399b5d53d358c030234ee46fd28007df3bb27664be5/68747470733a2f2f706f7365722e707567782e6f72672f7265636361303132302f74777a6970636f64652f6c6963656e73652e737667)](https://packagist.org/packages/recca0120/twzipcode)[![Monthly Downloads](https://camo.githubusercontent.com/7a5da7fda1950ad5199ffcd5f005be91bb4aed109f8b4ecb988b7d3efcc1928d/68747470733a2f2f706f7365722e707567782e6f72672f7265636361303132302f74777a6970636f64652f642f6d6f6e74686c79)](https://packagist.org/packages/recca0120/twzipcode)[![Daily Downloads](https://camo.githubusercontent.com/4202203b59282b3fb463a085d91aa2da5b3fc4b7e73189278680f2aa6c52c3a0/68747470733a2f2f706f7365722e707567782e6f72672f7265636361303132302f74777a6970636f64652f642f6461696c79)](https://packagist.org/packages/recca0120/twzipcode)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/aaa43aa50a87c3636cf803bc2f11e0c2721e273243dec74b94500d4d91294897/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7265636361303132302f74777a6970636f64652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/recca0120/twzipcode/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/44639ca3e78d69b3b9c4774b5972f3987c6df227dcf495563ad57f9e99bc4942/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7265636361303132302f74777a6970636f64652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/recca0120/twzipcode/?branch=master)

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

use Recca0120\Twzipcode\Zipcode;

$zipcode = Zipcode::parse('台北市中正區中華路１段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號
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 82.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/72372ecc71a13998f83086ae3854aa2ec3b2644fadcc41aa476bbe3c7e88b2df?d=identicon)[simon801109](/maintainers/simon801109)

---

Top Contributors

[![recca0120](https://avatars.githubusercontent.com/u/1390554?v=4)](https://github.com/recca0120 "recca0120 (24 commits)")[![CasperLaiTW](https://avatars.githubusercontent.com/u/5094008?v=4)](https://github.com/CasperLaiTW "CasperLaiTW (3 commits)")[![simon80119](https://avatars.githubusercontent.com/u/19222881?v=4)](https://github.com/simon80119 "simon80119 (2 commits)")

### Embed Badge

![Health badge](/badges/simon80119-twzipcode/health.svg)

```
[![Health](https://phpackages.com/badges/simon80119-twzipcode/health.svg)](https://phpackages.com/packages/simon80119-twzipcode)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
