{"id":37236549,"url":"https://github.com/fagai/zengin-php","last_synced_at":"2026-01-16T04:53:29.810Z","repository":{"id":41257423,"uuid":"244002239","full_name":"fagai/zengin-php","owner":"fagai","description":"金融機関(銀行)コードの取得ライブラリ [zengin-code/source-data]を利用","archived":false,"fork":false,"pushed_at":"2026-01-13T00:59:40.000Z","size":3154,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T04:41:16.761Z","etag":null,"topics":["bank","php"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/fagai/zengin-code","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fagai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-29T16:28:50.000Z","updated_at":"2026-01-13T00:59:43.000Z","dependencies_parsed_at":"2023-12-16T01:42:23.979Z","dependency_job_id":"09654a57-f3f8-43bf-80ed-e7bc6125c88e","html_url":"https://github.com/fagai/zengin-php","commit_stats":{"total_commits":94,"total_committers":3,"mean_commits":"31.333333333333332","dds":"0.35106382978723405","last_synced_commit":"dc94278e213a337fc4f0e04ad9a364cc1338f556"},"previous_names":[],"tags_count":106,"template":false,"template_full_name":null,"purl":"pkg:github/fagai/zengin-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fagai%2Fzengin-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fagai%2Fzengin-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fagai%2Fzengin-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fagai%2Fzengin-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fagai","download_url":"https://codeload.github.com/fagai/zengin-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fagai%2Fzengin-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bank","php"],"created_at":"2026-01-15T04:15:21.779Z","updated_at":"2026-01-15T04:15:22.380Z","avatar_url":"https://github.com/fagai.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zengin-php\n\n[![Actions Status](https://github.com/fagai/zengin-php/workflows/main/badge.svg)](https://github.com/fagai/zengin-php/actions)\n[![Latest Stable Version](https://poser.pugx.org/fagai/zengin-code/v/stable)](https://packagist.org/packages/fagai/zengin-code)\n[![Latest Unstable Version](https://poser.pugx.org/fagai/zengin-code/v/unstable)](https://packagist.org/packages/fagai/zengin-code)\n[![License](https://poser.pugx.org/fagai/zengin-code/license)](https://packagist.org/packages/fagai/zengin-code)\n[![codecov](https://codecov.io/gh/fagai/zengin-php/branch/master/graph/badge.svg)](https://codecov.io/gh/fagai/zengin-php)\n\nPHP implementation using [zengin-code/source-data](https://github.com/zengin-code/source-data)\n\n[zengin-code/source-data](https://github.com/zengin-code/source-data)をベースにしてPHPライブラリ化しました。\n\n# Requirements\n\n* PHP7.2 or later\n\n# Install\n\n```\ncomposer require fagai/zengin-code\n```\n\n# Usage\n\n```php\nFagai\\ZenginCode\\ZenginCode::bank('0001');\n/*\nobject(Fagai\\ZenginCode\\Bank) {\n  [\"code\"]=\u003e\n  string(4) \"0001\"\n  [\"name\"]=\u003e\n  string(9) \"みずほ\"\n  [\"katakana\"]=\u003e\n  string(9) \"ミズホ\"\n  [\"hiragana\"]=\u003e\n  string(9) \"みずほ\"\n  [\"romaji\"]=\u003e\n  string(6) \"mizuho\"\n}\n */\n```\n\n```php\nFagai\\ZenginCode\\ZenginCode::bank('0001')-\u003ebranch('001');\n/*\n  object(Fagai\\ZenginCode\\Branch) {\n     [\"code\"]=\u003e\n     string(3) \"001\"\n     [\"name\"]=\u003e\n     string(15) \"東京営業部\"\n     [\"katakana\"]=\u003e\n     string(15) \"トウキヨウ\"\n     [\"hiragana\"]=\u003e\n     string(15) \"とうきよう\"\n     [\"romaji\"]=\u003e\n     string(8) \"toukiyou\"\n   }\n */\n```\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffagai%2Fzengin-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffagai%2Fzengin-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffagai%2Fzengin-php/lists"}