PHPackages                             fagai/zengin-code - 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. fagai/zengin-code

ActiveLibrary

fagai/zengin-code
=================

PHP implementation to get ZenginCode.

2.0.20260225(2mo ago)1353.3k↓39.9%MITPHPPHP &gt;=7.2CI passing

Since Feb 29Pushed 2mo ago1 watchersCompare

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

READMEChangelog (6)Dependencies (3)Versions (111)Used By (0)

Zengin-php
==========

[](#zengin-php)

[![Actions Status](https://github.com/fagai/zengin-php/workflows/main/badge.svg)](https://github.com/fagai/zengin-php/actions)[![Latest Stable Version](https://camo.githubusercontent.com/ba5072e17e862217402825ae24f88da572d38ac66027b1984e7d1a43609357fb/68747470733a2f2f706f7365722e707567782e6f72672f66616761692f7a656e67696e2d636f64652f762f737461626c65)](https://packagist.org/packages/fagai/zengin-code)[![Latest Unstable Version](https://camo.githubusercontent.com/006158c6fc57e7255e4f03ef09251bc5a81b1a94de348a441fd8d74febe493a4/68747470733a2f2f706f7365722e707567782e6f72672f66616761692f7a656e67696e2d636f64652f762f756e737461626c65)](https://packagist.org/packages/fagai/zengin-code)[![License](https://camo.githubusercontent.com/537fe19175e7269f7a507fa4456d502aa08f141bc21b62ce599f6a9e0ac3ff6e/68747470733a2f2f706f7365722e707567782e6f72672f66616761692f7a656e67696e2d636f64652f6c6963656e7365)](https://packagist.org/packages/fagai/zengin-code)[![codecov](https://camo.githubusercontent.com/dce12a34b2de816e73c131c3bbaf2c1cca7c18ef5bd5661ae8de0e4b7ea137f6/68747470733a2f2f636f6465636f762e696f2f67682f66616761692f7a656e67696e2d7068702f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/fagai/zengin-php)

PHP implementation using [zengin-code/source-data](https://github.com/zengin-code/source-data)

[zengin-code/source-data](https://github.com/zengin-code/source-data)をベースにしてPHPライブラリ化しました。

Requirements
============

[](#requirements)

- PHP7.2 or later

Install
=======

[](#install)

```
composer require fagai/zengin-code

```

Usage
=====

[](#usage)

```
Fagai\ZenginCode\ZenginCode::bank('0001');
/*
object(Fagai\ZenginCode\Bank) {
  ["code"]=>
  string(4) "0001"
  ["name"]=>
  string(9) "みずほ"
  ["katakana"]=>
  string(9) "ミズホ"
  ["hiragana"]=>
  string(9) "みずほ"
  ["romaji"]=>
  string(6) "mizuho"
}
 */
```

```
Fagai\ZenginCode\ZenginCode::bank('0001')->branch('001');
/*
  object(Fagai\ZenginCode\Branch) {
     ["code"]=>
     string(3) "001"
     ["name"]=>
     string(15) "東京営業部"
     ["katakana"]=>
     string(15) "トウキヨウ"
     ["hiragana"]=>
     string(15) "とうきよう"
     ["romaji"]=>
     string(8) "toukiyou"
   }
 */
```

License
=======

[](#license)

MIT

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance84

Actively maintained with recent releases

Popularity36

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 70.1% 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.

###  Release Activity

Cadence

Every ~20 days

Recently: every ~12 days

Total

110

Last Release

82d ago

Major Versions

1.3.0 → 2.02020-09-10

PHP version history (2 changes)1.0.0PHP ^7.2

1.2.0PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1772112?v=4)[fagai](/maintainers/fagai)[@fagai](https://github.com/fagai)

---

Top Contributors

[![rhoggs-bot-test-account](https://avatars.githubusercontent.com/u/22551806?v=4)](https://github.com/rhoggs-bot-test-account "rhoggs-bot-test-account (103 commits)")[![fagai](https://avatars.githubusercontent.com/u/1772112?v=4)](https://github.com/fagai "fagai (44 commits)")

---

Tags

bankphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/fagai-zengin-code/health.svg)

```
[![Health](https://phpackages.com/badges/fagai-zengin-code/health.svg)](https://phpackages.com/packages/fagai-zengin-code)
```

PHPackages © 2026

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